mirror of
https://github.com/Icinga/icinga2.git
synced 2026-02-03 20:40:17 -05:00
This also disables setting a value by default. Packaging should decide to install the config file: `/etc/systemd/system/icinga2.service.d` fixes #5611 Signed-off-by: Michael Friedrich <michael.friedrich@icinga.com>
9 lines
236 B
Text
9 lines
236 B
Text
# Icinga 2 sets Systemd default values to extend OS defaults.
|
|
#
|
|
# Please check the troubleshooting documentation for further details.
|
|
|
|
[Service]
|
|
TasksMax=infinity
|
|
|
|
# Uncomment this setting in case of further problems.
|
|
#LimitNPROC=62883
|