aboutsummaryrefslogtreecommitdiffstats
path: root/debian/reconf-inetd/nyancat-server.tcp
blob: df12cc2e80773ff8f32bd3ce99790d5dbab50e5b (plain)
1
2
3
4
5
6
7
8
9
service telnet
{
	socket_type = stream
	protocol = tcp
	wait = no
	user = nobody
	server = /usr/bin/nyancat-server
	server_args = nyancat -t
}