1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2024-12-31 12:25:27 +00:00

Completing the end which got left off.

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

@ -32,11 +32,30 @@ Paste this and change user/group to whatever user you want to run the service.
[Unit]
Description=Radarr Daemon
After=syslog.target network.target
[Service]
User=<service username>
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