Skip to content

Instantly share code, notes, and snippets.

@mattsizzle
Last active May 29, 2017 18:46
Show Gist options
  • Save mattsizzle/4e35613eafd1845885689b9435bee5aa to your computer and use it in GitHub Desktop.
Save mattsizzle/4e35613eafd1845885689b9435bee5aa to your computer and use it in GitHub Desktop.
[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