install.fairie/home/dot_config/gitomatic/gitomatic.service.tmpl

14 lines
238 B
Cheetah
Raw Normal View History

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