From ab2b6c2c163ba99f10a545ac048c8209e8f49644 Mon Sep 17 00:00:00 2001 From: jknight2014 Date: Thu, 16 Mar 2017 07:47:36 -0400 Subject: [PATCH] Corrected directory for systemd service file based on install location from the Install Instructions. /usr/lib to /opt/ All other upstart and init.d are correct --- Autostart-on-Linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Autostart-on-Linux.md b/Autostart-on-Linux.md index 08cbe39..6a04812 100644 --- a/Autostart-on-Linux.md +++ b/Autostart-on-Linux.md @@ -15,7 +15,7 @@ User=user Group=group Type=simple -ExecStart=/usr/bin/mono --debug /usr/lib/radarr/Radarr.exe --nobrowser +ExecStart=/usr/bin/mono --debug /opt/Radarr/Radarr.exe --nobrowser TimeoutStopSec=20 KillMode=process Restart=always