X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/de48d16a2549f1baa8c64eb0b99290b923160400..15219fdfa4b2d38fd413e91e5aab3d409449f26a:/cookbooks/systemd/resources/service.rb diff --git a/cookbooks/systemd/resources/service.rb b/cookbooks/systemd/resources/service.rb index 4758f7af5..dfb6864c5 100644 --- a/cookbooks/systemd/resources/service.rb +++ b/cookbooks/systemd/resources/service.rb @@ -65,6 +65,8 @@ property :pid_file, String property :nice, Integer property :io_scheduling_class, [Integer, String] property :io_scheduling_priority, Integer +property :kill_mode, String, + :is => %w[control-group process mixed none] action :create do service_variables = new_resource.to_hash