view packages/redhat/noffle-xinetd @ 325:c36eb2596531 noffle

[svn] fixed inclusion of db_*
author godisch
date Sun, 23 Feb 2003 15:16:46 +0000 (2003-02-23)
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
}