mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-26 07:04:37 +02:00
Increase file descriptor limit in the init script.
This commit is contained in:
parent
f7700a9610
commit
55ba6bd65c
@ -63,6 +63,7 @@ start() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
printf "Starting Icinga 2: "
|
printf "Starting Icinga 2: "
|
||||||
|
ulimit -n 8192
|
||||||
$DAEMON -c $ICINGA2_CONFIG_FILE -d -e $ICINGA2_ERROR_LOG -u $ICINGA2_USER -g $ICINGA2_GROUP
|
$DAEMON -c $ICINGA2_CONFIG_FILE -d -e $ICINGA2_ERROR_LOG -u $ICINGA2_USER -g $ICINGA2_GROUP
|
||||||
|
|
||||||
echo "Done"
|
echo "Done"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user