X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/e2d9c76e0d9a32f82f45b7a3d98199eb18405351..9f13c244211f5683f232f7cc32fac53be8d0b3ec:/cookbooks/systemd/resources/service.rb?ds=sidebyside diff --git a/cookbooks/systemd/resources/service.rb b/cookbooks/systemd/resources/service.rb index e6fba41b5..8ef7dcdbb 100644 --- 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 :user, String +property :group, String property :exec_start_pre, String property :exec_start, String, :required => true property :exec_start_post, String