view debian/xinetd @ 466:e769484a87c3 noffle

[svn] fixed removal of old config dir
author godisch
date Sat, 26 Jul 2003 08:37:07 +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
}