-
-
Save philroche/5f361f4b5e47264716006c349ed94cf5 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
#josvaz-znc.conf Upstart script for (AWS) Ubuntu 14.04 | |
#znc - irc bouncer | |
description "IRC bouncer." | |
start on runlevel [2345] | |
stop on runlevel [!2345] | |
respawn | |
setuid ubuntu | |
# Use -f to avoid znc to demonize itself and confuse upstart into thinking it died | |
exec /usr/bin/znc -f --datadir=/data/znc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment