view packages/redhat/noffle-xinetd @ 498:d09bcf917ac9 noffle

Ran updated autoconf and friends.
author Jim Hague <jim.hague@acm.org>
date Tue, 13 Aug 2013 22:37:27 +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
}