philroche
7/19/2016 - 3:40 PM

josvaz-znc.conf

#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