Skip to content

Tags

On this page

Radarr Setup

repo

Install

See also here

Latest Release

Systemd

cat << EOF | sudo tee /etc/systemd/system/radarr.service > /dev/null
[Unit]
Description=Radarr Daemon
After=syslog.target network.target
[Service]
User=green
Group=admin
Type=simple
ExecStart=/home/green/radarr/Radarr -nobrowser -data=/home/green/.config/radarr/
TimeoutStopSec=20
KillMode=process
Restart=always
[Install]
WantedBy=multi-user.target
EOF
Edit this page
Last updated on 8/27/2021