Files
cachet-monitor/example.upstart.conf
2017-03-20 00:59:10 -04:00

15 lines
190 B
Plaintext

description "Cachet Monitor"
start on startup
env USER=root
env HOME=/root
setuid root
setgid root
chdir /root
script
exec cachet-monitor -c /cachet-monitor.json --immediate
end script