1
0
mirror of https://github.com/Icinga/icinga2.git synced 2025-04-08 17:05:25 +02:00

Increase file descriptor limit in the init script.

This commit is contained in:
Gunnar Beutner 2013-10-07 09:35:13 +02:00
parent f7700a9610
commit 55ba6bd65c

@ -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"