2015-09-07 11:18:44 -07:00
|
|
|
# http://northernlightlabs.se/systemd.status.mail.on.unit.failure
|
|
|
|
|
[Unit]
|
2015-09-07 21:16:22 -07:00
|
|
|
Description=Cloudron Crash Notifier for %i
|
2015-09-07 11:18:44 -07:00
|
|
|
StopWhenUnneeded=true
|
|
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
|
Type=idle
|
|
|
|
|
WorkingDirectory=/home/yellowtent/box
|
2015-09-07 21:16:22 -07:00
|
|
|
ExecStart="/home/yellowtent/box/crashnotifier.js %I"
|
2015-09-07 11:18:44 -07:00
|
|
|
Environment="HOME=/home/yellowtent" "USER=yellowtent" "DEBUG=box*,connect-lastmile" "BOX_ENV=cloudron" "NODE_ENV=production"
|
|
|
|
|
KillMode=process
|
|
|
|
|
User=yellowtent
|
|
|
|
|
Group=yellowtent
|
|
|
|
|
|