diff --git a/crashnotifier.js b/crashnotifierservice.js similarity index 100% rename from crashnotifier.js rename to crashnotifierservice.js diff --git a/setup/container/systemd/crashnotifier@.service b/setup/container/systemd/crashnotifier@.service index 18beb4738..31b766bde 100644 --- a/setup/container/systemd/crashnotifier@.service +++ b/setup/container/systemd/crashnotifier@.service @@ -7,7 +7,7 @@ StopWhenUnneeded=false [Service] Type=idle WorkingDirectory=/home/yellowtent/box -ExecStart="/home/yellowtent/box/crashnotifier.js" %I +ExecStart="/home/yellowtent/box/crashnotifierservice.js" %I Environment="HOME=/home/yellowtent" "USER=yellowtent" "DEBUG=box*,connect-lastmile" "BOX_ENV=cloudron" "NODE_ENV=production" KillMode=process User=yellowtent