Skip to content

Instantly share code, notes, and snippets.

@MorphyDK
Created July 3, 2020 14:56
Show Gist options
  • Save MorphyDK/9a03e4db6de3f8cc26c6e3c2ade31635 to your computer and use it in GitHub Desktop.
Save MorphyDK/9a03e4db6de3f8cc26c6e3c2ade31635 to your computer and use it in GitHub Desktop.
Sonarr service
[Unit]
Description=Sonarr Daemon
After=syslog.target network.target
[Service]
User=plex
Group=plex
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