view debian/xinetd @ 435:aae1f2906cea noffle

[svn] updated init script output
author godisch
date Tue, 24 Jun 2003 10:28:18 +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
}