# location of bitlbeed executable BITLBEED_EXEC=/usr/bin/bitlbeed # # output from bitlbeed -h # # Usage: bitlbeed [-i ] [-p ] [-n ] # A simple inetd-like daemon to have a program listening on a TCP socket without # needing root access to the machine # # -i Specify the interface (by IP address) to listen on. # (Default: 0.0.0.0 (any interface)) # -p Port number to listen on. (Default: 6667) # -n Maximum number of connections. (Default: 0 (unlimited)) # -h This information # #BITLBEED_OPTS=""