1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2024-12-22 16:02:43 +00: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 Group=group
Type=simple 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 TimeoutStopSec=20
KillMode=process KillMode=process
Restart=always Restart=always