view debian/xinetd @ 392:794030e45053 noffle

[svn] fixed debconf in handling in postrm
author godisch
date Sat, 24 May 2003 07:05:53 +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
}