Last active
May 29, 2017 18:46
-
-
Save mattsizzle/4e35613eafd1845885689b9435bee5aa to your computer and use it in GitHub Desktop.
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=Sonarr Daemon | |
After=syslog.target network.target | |
[Service] | |
User=miner | |
Group=miner | |
Type=simple | |
ExecStart=/usr/bin/mono /opt/NzbDrone/NzbDrone.exe -nobrowser | |
TimeoutStopSec=20 | |
KillMode=process | |
Restart=on-failure | |
[Install] | |
WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment