Merge pull request #66 from CastawayLabs/feature/upstart-example

Add upstart example
This commit is contained in:
Matej Kramny
2019-01-08 10:05:23 +08:00
committed by GitHub

14
example.upstart.conf Normal file
View File

@@ -0,0 +1,14 @@
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