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

Added Supervisor config

saitoh183 2017-02-21 14:09:08 -05:00
parent aac13038e7
commit 6301f13ebd

@ -256,3 +256,14 @@ If Radarr does not restart after an update, add the following to your systemd se
### FreeBSD/FreeNAS ###
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>```