1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-06-24 06:39:36 +02:00

Added systemd ExecStop for rare occasion radarr fails to restart after update

Abzie 2017-02-02 18:00:52 +00:00
parent 6953c333aa
commit 7fd3a956f6

@ -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