Skip to content

Instantly share code, notes, and snippets.

@mburns
Created May 14, 2015 05:04
Show Gist options
  • Save mburns/01fd2afab2a05f0122b0 to your computer and use it in GitHub Desktop.
Save mburns/01fd2afab2a05f0122b0 to your computer and use it in GitHub Desktop.
description "newznab"
start on runlevel [2345]
stop on stopping networking or runlevel [016]
console log
respawn
respawn limit 10 5
setuid newznab
script
exec newznab -c /etc/newznab.conf
end script
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment