Skip to content

Instantly share code, notes, and snippets.

@josvazg
Last active July 19, 2016 15:40
Show Gist options
  • Save josvazg/34ce5c4b7d2798013f1672a83eef809a to your computer and use it in GitHub Desktop.
Save josvazg/34ce5c4b7d2798013f1672a83eef809a to your computer and use it in GitHub Desktop.
#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