X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/1bc290ecce828f4a28d096c383815d2aa9199253..8c985adf9ae56cb9bb8b950c97da6f3ad392fa61:/cookbooks/systemd/resources/service.rb 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