view debian/xinetd @ 328:3841bbff35d5 noffle

[svn] added xinetd example configuration
author godisch
date Mon, 24 Feb 2003 06:26:30 +0000
parents
children 95f382346e75
line wrap: on
line source

service nntp
{
	disable     = yes
	socket_type = stream
	protocol    = tcp
	wait        = no
	user        = news
	group       = news
	only_from   = 127.0.0.1
	server      = /usr/bin/noffle
	server_args = -r
}