mirror of
https://github.com/Radarr/Radarr
synced 2025-01-03 05:44:50 +00:00
Added Supervisor config
parent
aac13038e7
commit
6301f13ebd
1 changed files with 12 additions and 1 deletions
|
@ -255,4 +255,15 @@ If Radarr does not restart after an update, add the following to your systemd se
|
||||||
```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```
|
```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
|
||||||
|
|
||||||
|
### Supervisor ###
|
||||||
|
|
||||||
|
```
|
||||||
|
[program:Radarr]
|
||||||
|
command=/usr/bin/mono --verbose /path/to/Radarr.exe -nobrowser
|
||||||
|
autostart=true
|
||||||
|
autorestart=true
|
||||||
|
stderr_logfile=/var/log/supervisor/radarr.err.log
|
||||||
|
stdout_logfile=/var/log/supervisor/radarr.out.log
|
||||||
|
user=<username>```
|
Loading…
Reference in a new issue