X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/b11aef28b23cb2ec8e2537b302379a88e4e4557b..888bba417b1e8bbfa4e85b1681eaf483c3e2aabe:/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