]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/systemd/resources/service.rb
Add systemd service RuntimeMaxSec
[chef.git] / cookbooks / systemd / resources / service.rb
index abfacb6502aed111dbfed4fcc005ac1bb370d934..4b53051d39c176364d13f3d2bf8794303f4aa25e 100644 (file)
@@ -48,6 +48,7 @@ property :exec_stop, String
 property :exec_reload, String
 property :runtime_directory, String
 property :runtime_directory_mode, Integer
+property :runtime_max_sec, Integer
 property :standard_input, String,
          :is => %w[null tty tty-force tty-fail socket]
 property :standard_output, String,