]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/systemd/resources/service.rb
Update imagery cookbook for Ubuntu 16.04
[chef.git] / cookbooks / systemd / resources / service.rb
index e6fba41b514779d07733d8a0ce1cd37d71d44626..8ef7dcdbb0b93d8781019df4180a16036b1e8122 100644 (file)
@@ -28,6 +28,8 @@ property :type, String,
 property :limit_nofile, Fixnum
 property :environment, Hash, :default => {}
 property :environment_file, String
+property :user, String
+property :group, String
 property :exec_start_pre, String
 property :exec_start, String, :required => true
 property :exec_start_post, String