changeset 328:3841bbff35d5 noffle

[svn] added xinetd example configuration
author godisch
date Mon, 24 Feb 2003 06:26:30 +0000
parents a9d3ea0478c1
children 95f382346e75
files debian/xinetd
diffstat 1 files changed, 12 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/debian/xinetd	Mon Feb 24 06:26:30 2003 +0000
@@ -0,0 +1,12 @@
+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
+}