From 7c3eacc86d418efb6f767792f87109eb37df9473 Mon Sep 17 00:00:00 2001 From: Nathan Straz Date: Fri, 19 Aug 2011 15:00:16 -0400 Subject: Don't limit instances of qarshd in xinetd --- qarsh.xinetd | 1 + 1 file changed, 1 insertion(+) diff --git a/qarsh.xinetd b/qarsh.xinetd index 3fae03d..a2132c0 100644 --- a/qarsh.xinetd +++ b/qarsh.xinetd @@ -14,4 +14,5 @@ service qarsh server = /usr/sbin/qarshd cps = 500 2 per_source = UNLIMITED + instances = UNLIMITED } -- cgit