]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/systemd/resources/service.rb
Ensure /var/run/renderd is created when renderd is started
[chef.git] / cookbooks / systemd / resources / service.rb
index 6221441018593e8eb04ee5add96ac10804caaec3..43d93785330cc01cbf9137edc337217cdf523945 100644 (file)
@@ -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,