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

jknight2014 2017-03-16 07:47:36 -04:00
parent 0de0ce39c1
commit ab2b6c2c16
1 changed files with 1 additions and 1 deletions

@ -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