diff --git a/Autostart-on-Linux.md b/Autostart-on-Linux.md index 5244698..c7e3253 100644 --- a/Autostart-on-Linux.md +++ b/Autostart-on-Linux.md @@ -20,8 +20,7 @@ setgid nogroup start on runlevel [2345] stop on runlevel [016] -#respawn will break the built-in updating, if you wish to enable respawn you need to make sure updates are disabled within the UI -#respawn +respawn exec mono --debug $DIR/NzbDrone.exe @@ -220,6 +219,8 @@ Group= Type=simple ExecStart= -nobrowser TimeoutStopSec=20 +KillMode=process +Restart=on-failure [Install] WantedBy=multi-user.target