diff --git a/example.upstart.conf b/example.upstart.conf new file mode 100644 index 0000000..e00e088 --- /dev/null +++ b/example.upstart.conf @@ -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