Skip to content

Instantly share code, notes, and snippets.

@jefftriplett
Created August 17, 2010 17:12
Show Gist options
  • Save jefftriplett/530907 to your computer and use it in GitHub Desktop.
Save jefftriplett/530907 to your computer and use it in GitHub Desktop.
# znc - irc bouncer
description "ZNC - IRC bouncer"
start on runlevel [2345]
stop on runlevel [!2345]
stop on shutdown
respawn
script
# I'm not sure what the right way to run as a user is but this works...
su jeff --command="znc --datadir=/home/jeff/.znc/"
end script
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment