HOME=/srv/${NAME}-production
PORT=9021

OPTIONS="${OPTIONS} --http-port ${PORT}"
OPTIONS="${OPTIONS} --data-dir /usr/share/${NAME}-data"
OPTIONS="${OPTIONS} --doc-dir /usr/share/${NAME}-doc/docs"
OPTIONS="${OPTIONS} --irc-bot"
OPTIONS="${OPTIONS} --irc-log-dir /var/log/happstack.com/irc-logs"
OPTIONS="${OPTIONS} --log-dir /var/log/happstack.com/"
OPTIONS="${OPTIONS} --log-mode Production"
OPTIONS="${OPTIONS} +RTS -I0"
