# default: on
# description: mrlogind is the server for the mrlogin(1) program.
service mlogin
{
	socket_type		= stream
	wait			= no
	user			= root
#	log_on_success		+= USERID
	log_on_failure 		+= USERID
	server			= /usr/sbin/in.mrlogind
	disable			= yes
}
