X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/db938e2958cad06c64ed41a52daf2b50994fe302..b88e04237dcfbf1d7c4b7aa6023465f8e4a34f44:/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]