# default: off
# description: RFC 2217 compliant Telnet serial port redirector
service sredir
{
	disable = yes
	type            = UNLISTED
	flags           = REUSE
	socket_type     = stream 
	protocol        = tcp
	wait            = no
	user            = root
	server          = /usr/sbin/sercd
	server_args     = 5 /dev/ttyS0 /var/lock/LCK..ttyS0
	port            = 7000
# Some versions of xinetd does not work with only_from=localhost
#	only_from       = localhost
}
