X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/1bc290ecce828f4a28d096c383815d2aa9199253..f6f2f9e52a1f7c2c13027779da1a3b7f49ff2763:/cookbooks/systemd/resources/service.rb?ds=sidebyside diff --git a/cookbooks/systemd/resources/service.rb b/cookbooks/systemd/resources/service.rb index 4b53051d3..aa575189d 100644 --- a/cookbooks/systemd/resources/service.rb +++ b/cookbooks/systemd/resources/service.rb @@ -69,6 +69,9 @@ property :inaccessible_paths, [String, Array] property :restrict_address_families, [String, Array] property :no_new_privileges, [true, false] property :tasks_max, Integer +property :timeout_start_sec, Integer +property :timeout_stop_sec, Integer +property :timeout_abort_sec, Integer property :timeout_sec, Integer property :pid_file, String property :nice, Integer