From: Grant Slater Date: Fri, 27 Jan 2023 14:55:37 +0000 (+0000) Subject: systemd: fix typo in template X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/c85ecc8614c7bae496a30e8d4a45912b566fcfa7?ds=sidebyside systemd: fix typo in template --- diff --git a/cookbooks/systemd/templates/default/service.erb b/cookbooks/systemd/templates/default/service.erb index 0685a70ca..a106b001b 100644 --- a/cookbooks/systemd/templates/default/service.erb +++ b/cookbooks/systemd/templates/default/service.erb @@ -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 -%>