systemd: Fix crashnotifier

This commit is contained in:
Girish Ramakrishnan
2015-09-07 20:14:34 -07:00
parent 6be6092c0e
commit 2a4c467ab8

View File

@@ -7,7 +7,7 @@ StopWhenUnneeded=true
Type=idle
WorkingDirectory=/home/yellowtent/box
Restart=always
ExecStart="/home/yellowtent/box/apphealthtask.js"
ExecStart="/home/yellowtent/box/crashnotifier.js"
Environment="HOME=/home/yellowtent" "USER=yellowtent" "DEBUG=box*,connect-lastmile" "BOX_ENV=cloudron" "NODE_ENV=production"
KillMode=process
User=yellowtent