view packages/redhat/noffle-xinetd @ 459:fb5e1ef118eb noffle

[svn] simplified config file handling using ucf >= 0.17
author godisch
date Mon, 14 Jul 2003 07:56:43 +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
}