{{- if eq .host.distro.family "linux" -}}
[Unit]
Description=Service to watch git repositories
[Service]
Type=simple
User=root
ExecStart=/usr/local/bin/gitomatic-service
Restart=on-failure
[Install]
WantedBy=multi-user.target
{{ end }}