view debian/xinetd @ 342:ba2ab2b440cb noffle

[svn] added rlinetd dependency option
author godisch
date Sun, 09 Mar 2003 06:52:06 +0000
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
}