# default: off
# description: The Linuxconf system can also be accessed via a web \
#              browser.  Enabling this service will allow connections to \
#              Linuxconf running in web UI mode.
service linuxconf
{
	socket_type	= stream
	wait		= yes
	user		= root
	server		= /sbin/linuxconf
	server_args	= --http
	flags       = NOLIBWRAP
	disable		= yes
}
