From 2a4c467ab885dcf67d3f112c2ffc1b693703588a Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Mon, 7 Sep 2015 20:14:34 -0700 Subject: [PATCH] systemd: Fix crashnotifier --- setup/container/systemd/crashnotifier@.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/container/systemd/crashnotifier@.service b/setup/container/systemd/crashnotifier@.service index c9f56a98e..956567e4f 100644 --- a/setup/container/systemd/crashnotifier@.service +++ b/setup/container/systemd/crashnotifier@.service @@ -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