This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
mbse/xinetd.d/telnet

16 lines
365 B
Plaintext

service telnet
{
disable = no
protocol = tcp
instances = 10
flags = REUSE
log_on_failure += USERID
socket_type = stream
user = root
server = /usr/sbin/in.telnetd
server_args = -L /opt/mbse/bin/mblogin
wait = no
}