Skip to content

Instantly share code, notes, and snippets.

@benspaulding
Created March 2, 2010 19:16
Show Gist options
  • Save benspaulding/319812 to your computer and use it in GitHub Desktop.
Save benspaulding/319812 to your computer and use it in GitHub Desktop.
Upstart config for ZNC
# znc - irc bouncer
description "IRC bouncer."
start on runlevel [2345]
stop on runlevel [!2345]
respawn
exec znc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment