Add upstart example

This commit is contained in:
Alan Campbell
2017-03-20 00:59:10 -04:00
committed by GitHub
parent 0e93d140e8
commit 0ea950f819

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