]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/systemd/templates/default/service.erb
systemd: add killmode support
[chef.git] / cookbooks / systemd / templates / default / service.erb
index 188404508470b65fb3c9f69e672a0c81a06a6796..0d4abbcefe493eedab4a3679a9829bcb78f82a2e 100644 (file)
@@ -123,6 +123,9 @@ IOSchedulingClass=<%= @io_scheduling_class %>
 <% if @io_scheduling_priority -%>
 IOSchedulingPriority=<%= @io_scheduling_priority %>
 <% end -%>
+<% if @kill_mode -%>
+KillMode=<%= @kill_mode %>
+<% end -%>
 <% unless @dropin -%>
 
 [Install]