view debian/xinetd @ 408:8e8e0bde51d6 noffle

[svn] removed old build-dep for autobuilds
author godisch
date Thu, 05 Jun 2003 19:06:12 +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
}