add sudo access to group cloud-builds
[mirror/dsa-puppet.git] / modules / roles / templates / mirror-health.service.erb
index badcd33..bf77440 100644 (file)
@@ -4,16 +4,17 @@
 ##
 
 [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
 User=nobody
 Group=nogroup
+Restart=always
 
 Environment="MIRROR_CHECK_SERVICE=<%= @check_service %>"
 Environment="MIRROR_CHECK_URL=<%= @url %>"