From 6301f13ebde10ea08d4ef96be47b46b40e3dd34c Mon Sep 17 00:00:00 2001 From: saitoh183 Date: Tue, 21 Feb 2017 14:09:08 -0500 Subject: [PATCH] Added Supervisor config --- Autostart-on-Linux.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/Autostart-on-Linux.md b/Autostart-on-Linux.md index 0f27e53..893faba 100644 --- a/Autostart-on-Linux.md +++ b/Autostart-on-Linux.md @@ -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``` ### FreeBSD/FreeNAS ### -https://raw.github.com/tofagerl/freedrone/master/nzbdrone \ No newline at end of file +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=``` \ No newline at end of file