From: Tollef Fog Heen Date: Sat, 30 Sep 2017 19:53:41 +0000 (+0200) Subject: Correct variable name in systemd unit X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=dd4cdc49e342f3525406d80480b56d7e4424d079;p=mirror%2Fdsa-puppet.git Correct variable name in systemd unit --- diff --git a/modules/roles/templates/mirror-health.service.erb b/modules/roles/templates/mirror-health.service.erb index badcd33dc..918722fd3 100644 --- a/modules/roles/templates/mirror-health.service.erb +++ b/modules/roles/templates/mirror-health.service.erb @@ -4,11 +4,11 @@ ## [Unit] -Description=Mirror health checking <%= @healthcheck_service %> +Description=Mirror health checking <%= @check_service %> [Service] ExecStart=/usr/local/sbin/mirror-health -RuntimeDirectory=dsa-mirror-health-<%= @healthcheck_service %> +RuntimeDirectory=dsa-mirror-health-<%= @check_service %> ProtectSystem=full ProtectHome=read-only PrivateTmp=true