Skip to content

Instantly share code, notes, and snippets.

@jknight2014
Last active March 29, 2017 01:16
Show Gist options
  • Save jknight2014/dc63bee3e00a95cd92ffc8c6d937ad3c to your computer and use it in GitHub Desktop.
Save jknight2014/dc63bee3e00a95cd92ffc8c6d937ad3c to your computer and use it in GitHub Desktop.
Radarr Systemd service file
[Unit]
Description=Radarr Daemon
After=syslog.target network.target
[Service]
User=server
Group=server
Type=simple
ExecStart=/usr/bin/mono --debug /opt/Radarr/Radarr.exe --nobrowser
TimeoutStopSec=20
KillMode=process
Restart=always
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment