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