Skip to content

Instantly share code, notes, and snippets.

@cas--
Last active January 3, 2016 04:39
Show Gist options
  • Save cas--/8409994 to your computer and use it in GitHub Desktop.
Save cas--/8409994 to your computer and use it in GitHub Desktop.
# znc - IRC Bouncer
description "ZNC IRC bouncer"
author "Calum Lind calumlind@gmail.com"
start on runlevel [2345]
stop on runlevel [016]
respawn
respawn limit 15 5
setuid znc
exec /usr/bin/znc --datadir=/var/lib/znc --foreground
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment