X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/c276a3a197cfe8a2e606c0b0eb606f5afeaae132..ac70ce25a040b80b712d556692b99f16408c71f3:/cookbooks/systemd/resources/service.rb diff --git a/cookbooks/systemd/resources/service.rb b/cookbooks/systemd/resources/service.rb index 622144101..43d937853 100644 --- a/cookbooks/systemd/resources/service.rb +++ b/cookbooks/systemd/resources/service.rb @@ -36,6 +36,8 @@ property :exec_start, String, :required => true property :exec_start_post, String property :exec_stop, String property :exec_reload, String +property :runtime_directory, String +property :runtime_directory_mode, Fixnum property :standard_input, String, :is => %w(null tty tty-force tty-fail socket) property :standard_output, String,