summaryrefslogtreecommitdiff
path: root/net-dialup/sercd/files/sercd.xinetd
blob: 8b95a3d08223a56e937aea4c465c50d0f935637d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# default: on
# description: RFC 2217 compliant Telnet serial port redirector
service sredir
{
	type		= UNLISTED
	flags		= REUSE
	socket_type	= stream 
	protocol     	= tcp
	wait		= no
	user		= uucp
	server		= /usr/sbin/sercd
	server_args	= 5 /dev/modem /run/lock/LCK..modem 100
	port 		= 7000
	disable		= yes
}