X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/a08c8d97d5cd3666799fb3bef14618d4c7c23398..4f581378f4dfdd9cb5a357b6324985d1d53f9663:/cookbooks/systemd/resources/service.rb diff --git a/cookbooks/systemd/resources/service.rb b/cookbooks/systemd/resources/service.rb index abfacb650..4b53051d3 100644 --- a/cookbooks/systemd/resources/service.rb +++ b/cookbooks/systemd/resources/service.rb @@ -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,