13 lines
238 B
Cheetah
13 lines
238 B
Cheetah
{{- 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 }}
|