projects
/
chef.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Update imagery cookbook for Ubuntu 16.04
[chef.git]
/
cookbooks
/
systemd
/
resources
/
service.rb
diff --git
a/cookbooks/systemd/resources/service.rb
b/cookbooks/systemd/resources/service.rb
index e6fba41b514779d07733d8a0ce1cd37d71d44626..8ef7dcdbb0b93d8781019df4180a16036b1e8122 100644
(file)
--- a/
cookbooks/systemd/resources/service.rb
+++ b/
cookbooks/systemd/resources/service.rb
@@
-28,6
+28,8
@@
property :type, String,
property :limit_nofile, Fixnum
property :environment, Hash, :default => {}
property :environment_file, 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
property :exec_start_pre, String
property :exec_start, String, :required => true
property :exec_start_post, String