X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/d484d2702479e36e64e47e13f01e8acd97d54a82..4e99c5be590629426248a522a1c09ce2ab9196d1:/cookbooks/systemd/resources/service.rb diff --git a/cookbooks/systemd/resources/service.rb b/cookbooks/systemd/resources/service.rb index 8cd4406cf..4a2480489 100644 --- a/cookbooks/systemd/resources/service.rb +++ b/cookbooks/systemd/resources/service.rb @@ -45,6 +45,7 @@ property :user, String property :group, String property :dynamic_user, [true, false] property :working_directory, String +property :umask, String property :exec_start_pre, [String, Array] property :exec_start, [String, Array] property :exec_start_post, [String, Array]