view debian/xinetd @ 495:29bc47c5de1e noffle

Remove .cvsignore files and replace with .hgignore.
author Jim Hague <jim.hague@acm.org>
date Tue, 10 Jul 2007 16:21:47 +0100
parents 95f382346e75
children
line wrap: on
line source

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