From: Gunnar Beutner Date: Mon, 7 Oct 2013 07:35:13 +0000 (+0200) Subject: Increase file descriptor limit in the init script. X-Git-Tag: v0.0.3~259 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=55ba6bd65cb51ca7996b26894908fe43b88977b6;p=icinga2 Increase file descriptor limit in the init script. --- 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"