summaryrefslogtreecommitdiff
path: root/meta-openvuplus/recipes-core/busybox/busybox-1.19.4/busybox-telnetd.xinetd.in
blob: 86e1e5eeee7a8ce36c0c846da5bba30d06d585ae (plain)
1
2
3
4
5
6
7
service telnet
{
	socket_type = stream
	user = root
	server = @SBINDIR@/telnetd
	wait = no
}