]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/systemd/resources/service.rb
dns: upgrade dnscontrol to 4.3.0
[chef.git] / cookbooks / systemd / resources / service.rb
index e82b33fb0a109f08fef75f477b3eb97bd747a9f9..728009c3ff99707eaf429838952a97dfa3cf2118 100644 (file)
@@ -51,9 +51,17 @@ property :exec_start_post, [String, Array]
 property :exec_stop, [String, Array]
 property :exec_stop_post, [String, Array]
 property :exec_reload, String
+property :runtime_max_sec, Integer
 property :runtime_directory, String
 property :runtime_directory_mode, Integer
-property :runtime_max_sec, Integer
+property :state_directory, String
+property :state_directory_mode, Integer
+property :cache_directory, String
+property :cache_directory_mode, Integer
+property :logs_directory, String
+property :logs_directory_mode, Integer
+property :configuration_directory, String
+property :configuration_directory_mode, Integer
 property :standard_input, String,
          :is => %w[null tty tty-force tty-fail socket]
 property :standard_output, String,