On this page
On this page
Radarr Setup
Install
See also here
Systemd
cat << EOF | sudo tee /etc/systemd/system/radarr.service > /dev/null[Unit]Description=Radarr DaemonAfter=syslog.target network.target[Service]User=greenGroup=adminType=simpleExecStart=/home/green/radarr/Radarr -nobrowser -data=/home/green/.config/radarr/TimeoutStopSec=20KillMode=processRestart=always[Install]WantedBy=multi-user.targetEOF
Edit this page
Last updated on 8/27/2021