install.fairie/home/dot_config/gitomatic/com.github.muesli.gitomatic.plist.tmpl

22 lines
713 B
Cheetah
Raw Normal View History

{{- if eq .host.distro.family "darwin" -}}
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
2023-07-12 19:58:08 -07:00
<dict>
<key>Disabled</key>
<false/>
<key>Label</key>
2023-11-27 00:32:46 -08:00
<string>com.github.muesli.gitomatic</string>
2023-07-12 19:58:08 -07:00
<key>Program</key>
<string>/usr/local/bin/gitomatic-service</string>
<key>RunAtLoad</key>
<true/>
2023-11-27 00:32:46 -08:00
<key>UserName</key>
<string>root</string>
<key>StandardErrorPath</key>
<string>/var/log/com.github.muesli.gitomatic.error.log</string>
<key>StandardOutPath</key>
<string>/var/log/com.github.muesli.gitomatic.debug.log</string>
2023-07-12 19:58:08 -07:00
</dict>
</plist>
2023-07-12 19:58:08 -07:00
{{- end -}}