# default: on
# description: F*EX web server
#
service fex
{
	socket_type	= stream
	wait		= no
        type		= unlisted
	protocol	= tcp
        #flags		= IPv6
        #bind		= ADDRESS
	port		= 8888
        cps		= 10 2
	user		= fex
	groups		= yes
	server		= /usr/share/fex/bin/fexsrv
	nice		= 0
	disable		= no
}
# configuration for https/SSL see /usr/share/doc/fex/SSL
# configuration for IPv6 see /usr/share/doc/fex/IPv6
