From dd4cdc49e342f3525406d80480b56d7e4424d079 Mon Sep 17 00:00:00 2001 From: Tollef Fog Heen Date: Sat, 30 Sep 2017 21:53:41 +0200 Subject: [PATCH] Correct variable name in systemd unit --- modules/roles/templates/mirror-health.service.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.20.1