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

14 lines
273 B
Cheetah
Raw Normal View History

{{- if eq .host.distro.family "linux" -}}
[Unit]
Description=Service to watch git repositories
[Service]
Type=simple
2023-07-09 01:11:02 -07:00
User={{ .user.username }}
ExecStart={{ .chezmoi.homeDir }}/.local/bin/gitomatic-service
Restart=on-failure
[Install]
WantedBy=multi-user.target
{{ end }}