Skip to content

Instantly share code, notes, and snippets.

@rcvalle
Created January 19, 2018 08:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rcvalle/df90e058e725ad3bb4b442b38c7eaa40 to your computer and use it in GitHub Desktop.
Save rcvalle/df90e058e725ad3bb4b442b38c7eaa40 to your computer and use it in GitHub Desktop.
[Unit]
Description=NZBGet
Documentation=https://nzbget.net/documentation
[Service]
User=
Group=
Type=forking
PIDFile=<nzbget-directory>/downloads/nzbget.lock
ExecStart=<nzbget-directory>/nzbget -D
ExecStop=<nzbget-directory>/nzbget -Q
KillMode=none
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