mirror of
https://github.com/Radarr/Radarr
synced 2025-01-03 05:44:50 +00:00
Added systemd ExecStop for rare occasion radarr fails to restart after update
parent
6953c333aa
commit
7fd3a956f6
1 changed files with 3 additions and 0 deletions
|
@ -250,6 +250,9 @@ systemctl start radarr.service
|
||||||
systemctl status 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 ###
|
### FreeBSD/FreeNAS ###
|
||||||
https://raw.github.com/tofagerl/freedrone/master/nzbdrone
|
https://raw.github.com/tofagerl/freedrone/master/nzbdrone
|
Loading…
Reference in a new issue