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

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

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