Created
July 3, 2020 14:56
-
-
Save MorphyDK/9a03e4db6de3f8cc26c6e3c2ade31635 to your computer and use it in GitHub Desktop.
Sonarr service
This file contains 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=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