Last active
January 3, 2016 04:39
-
-
Save cas--/8409994 to your computer and use it in GitHub Desktop.
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
# znc - IRC Bouncer | |
description "ZNC IRC bouncer" | |
author "Calum Lind [email protected]" | |
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