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