Skip to content

Instantly share code, notes, and snippets.

Created April 2, 2016 21:28
Show Gist options
  • Save anonymous/f4547f9f9c2f3827dbc671027f931d13 to your computer and use it in GitHub Desktop.
Save anonymous/f4547f9f9c2f3827dbc671027f931d13 to your computer and use it in GitHub Desktop.
description "The Lounge IRC script"
author "Dan Walker"
start on runlevel [2345]
stop on runlevel [016]
setuid 1000
respawn
respawn limit 10 5
limit nofile 4096 4096
script
exec lounge
end script
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment