You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-dialup/sercd/files/sercd.xinetd

16 lines
312 B

# 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
}