diff --git a/setup/container/systemd/crashnotifier@.service b/setup/container/systemd/crashnotifier@.service index f77123405..db789fe99 100644 --- a/setup/container/systemd/crashnotifier@.service +++ b/setup/container/systemd/crashnotifier@.service @@ -1,12 +1,12 @@ # http://northernlightlabs.se/systemd.status.mail.on.unit.failure [Unit] -Description=Cloudron Crash Notifier +Description=Cloudron Crash Notifier for %i StopWhenUnneeded=true [Service] Type=idle WorkingDirectory=/home/yellowtent/box -ExecStart="/home/yellowtent/box/crashnotifier.js" +ExecStart="/home/yellowtent/box/crashnotifier.js %I" Environment="HOME=/home/yellowtent" "USER=yellowtent" "DEBUG=box*,connect-lastmile" "BOX_ENV=cloudron" "NODE_ENV=production" KillMode=process User=yellowtent