1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2025-01-03 05:44:50 +00:00

Completing the end which got left off.

mmolitor87 2017-01-14 20:16:17 -06:00
parent 1652d96601
commit 6f46d8eeda

@ -39,4 +39,23 @@ Group=<service group>
Type=simple
ExecStart=/usr/bin/mono /opt/Radarr/Radarr.exe -nobrowser
TimeoutStopSec=
TimeoutStopSec=20
KillMode=process
Restart=on-failure
[Install]
WantedBy=multi-user.target
Create the symlink.
systemctl enable radarr.service
Start the service.
service radarr start
Confirm the service is running.
service radarr status
Navigate to http://ipaddress:7878