Last active
July 19, 2016 15:40
-
-
Save josvazg/34ce5c4b7d2798013f1672a83eef809a 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