]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/systemd/templates/default/service.erb
systemd: fix typo in template
[chef.git] / cookbooks / systemd / templates / default / service.erb
index 0685a70cae8c4bfc53ea723f09d0be9a0efb38ba..a106b001b0b6a6bb8fcf7723b0bc253a7468b345 100644 (file)
@@ -95,7 +95,7 @@ ExecStartPost=<%= exec_start_post %>
 ExecStop=
 <% end -%>
 <% Array(@exec_stop).each do |exec_stop| -%>
-ExecStop=<%= @exec_stop %>
+ExecStop=<%= exec_stop %>
 <% end -%>
 <% end -%>
 <% if @exec_reload -%>