summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Straz <nstraz@redhat.com>2011-08-19 15:00:16 -0400
committerNathan Straz <nstraz@redhat.com>2011-08-19 15:00:16 -0400
commit7c3eacc86d418efb6f767792f87109eb37df9473 (patch)
tree6074b62b0b73ccace46f167f1d101fe49861c607
parent882ff23885f33c7f4eb097e31f49aefd6b5f8930 (diff)
downloadqarsh-7c3eacc86d418efb6f767792f87109eb37df9473.tar.gz
qarsh-7c3eacc86d418efb6f767792f87109eb37df9473.tar.xz
qarsh-7c3eacc86d418efb6f767792f87109eb37df9473.zip
Don't limit instances of qarshd in xinetd
-rw-r--r--qarsh.xinetd1
1 files changed, 1 insertions, 0 deletions
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
}