mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-31 01:24:19 +02: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>
10 lines
236 B
Plaintext
10 lines
236 B
Plaintext
# 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
|