diff --git a/Autostart-on-Linux.md b/Autostart-on-Linux.md index b5c1a8f..0f27e53 100644 --- a/Autostart-on-Linux.md +++ b/Autostart-on-Linux.md @@ -250,6 +250,9 @@ systemctl start radarr.service systemctl status radarr.service ``` +If Radarr does not restart after an update, add the following to your systemd service unit: + +```ExecStop=-/usr/bin/mono /tmp/radarr_update/Radarr.Update.exe "ps aux | grep Radarr | grep -v grep | awk '{ print $2 }'" /tmp/radarr_update /opt/Radarr/Radarr.exe``` ### FreeBSD/FreeNAS ### https://raw.github.com/tofagerl/freedrone/master/nzbdrone \ No newline at end of file