mirror of https://github.com/Icinga/icinga2.git
Merge pull request #7118 from Icinga/bugfix/killmode
Systemd: don't kill any running check plugins
This commit is contained in:
commit
b7279597d9
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue