view packages/redhat/noffle-xinetd @ 422:18b3c63bf7dc noffle

[svn] fixed update-inetd
author godisch
date Fri, 20 Jun 2003 07:35:55 +0100
parents d6e02253fb76
children
line wrap: on
line source

# default: off
# description: Usenet newsserver for small sites

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
}