Create a gist now

Instantly share code, notes, and snippets.

anonymous /lounge.conf
Created Apr 2, 2016

What would you like to do?
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