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