From 55ba6bd65cb51ca7996b26894908fe43b88977b6 Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Mon, 7 Oct 2013 09:35:13 +0200 Subject: [PATCH] Increase file descriptor limit in the init script. --- etc/init.d/icinga2.in | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/init.d/icinga2.in b/etc/init.d/icinga2.in index 8dbfc64bb..9d7d8ae3b 100644 --- a/etc/init.d/icinga2.in +++ b/etc/init.d/icinga2.in @@ -63,6 +63,7 @@ start() { fi printf "Starting Icinga 2: " + ulimit -n 8192 $DAEMON -c $ICINGA2_CONFIG_FILE -d -e $ICINGA2_ERROR_LOG -u $ICINGA2_USER -g $ICINGA2_GROUP echo "Done" -- 2.40.0