# default: off
# description: Bitlbee is an IRC gateway to other networks.

service ircd
{
    disable     = yes
    socket_type = stream
    protocol    = tcp
    wait        = no
    user        = daemon
    server      = /usr/sbin/bitlbee
    port        = 6667
    log_on_failure  += USERID
}
