From fad2dc82ce4a38364945fbb25d729cfee151039c Mon Sep 17 00:00:00 2001 From: "Alexander A. Klimov" Date: Mon, 15 Apr 2019 13:25:23 +0200 Subject: [PATCH] Systemd: don't kill any running check plugins --- etc/initsystem/icinga2.service.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/initsystem/icinga2.service.cmake b/etc/initsystem/icinga2.service.cmake index ba305408c..9b32db3e7 100644 --- a/etc/initsystem/icinga2.service.cmake +++ b/etc/initsystem/icinga2.service.cmake @@ -12,6 +12,7 @@ ExecStart=@CMAKE_INSTALL_FULL_SBINDIR@/icinga2 daemon --close-stdio -e ${ICINGA2 PIDFile=@ICINGA2_INITRUNDIR@/icinga2.pid ExecReload=@CMAKE_INSTALL_PREFIX@/lib/icinga2/safe-reload @ICINGA2_SYSCONFIGFILE@ TimeoutStartSec=30m +KillMode=mixed # Systemd >228 enforces a lower process number for services. # Depending on the distribution and Systemd version, this must -- 2.50.1