Last active
March 29, 2017 01:16
-
-
Save jknight2014/dc63bee3e00a95cd92ffc8c6d937ad3c to your computer and use it in GitHub Desktop.
Radarr Systemd service file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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