Skip to content

Instantly share code, notes, and snippets.

@jknight2014
Created March 29, 2017 00:31
Show Gist options
  • Save jknight2014/d35d90edb5cfac116f200f2ebbd7d671 to your computer and use it in GitHub Desktop.
Save jknight2014/d35d90edb5cfac116f200f2ebbd7d671 to your computer and use it in GitHub Desktop.
Sonarr Systemd Service File
[Unit]
Description=Sonarr Daemon
After=syslog.target network.target
[Service]
User=server
Group=server
Type=simple
ExecStart=/usr/bin/mono --debug /opt/Sonarr/Sonarr.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