Merge pull request #7118 from Icinga/bugfix/killmode

Systemd: don't kill any running check plugins
This commit is contained in:
Michael Friedrich 2019-06-06 12:55:01 +02:00 committed by GitHub
commit b7279597d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ ExecStart=@CMAKE_INSTALL_FULL_SBINDIR@/icinga2 daemon --close-stdio -e ${ICINGA2
PIDFile=@ICINGA2_INITRUNDIR@/icinga2.pid PIDFile=@ICINGA2_INITRUNDIR@/icinga2.pid
ExecReload=@CMAKE_INSTALL_PREFIX@/lib/icinga2/safe-reload @ICINGA2_SYSCONFIGFILE@ ExecReload=@CMAKE_INSTALL_PREFIX@/lib/icinga2/safe-reload @ICINGA2_SYSCONFIGFILE@
TimeoutStartSec=30m TimeoutStartSec=30m
KillMode=mixed
# Systemd >228 enforces a lower process number for services. # Systemd >228 enforces a lower process number for services.
# Depending on the distribution and Systemd version, this must # Depending on the distribution and Systemd version, this must