mirror of https://github.com/Icinga/icinga2.git
Systemd: don't kill any running check plugins
This commit is contained in:
parent
2b3511d8a6
commit
fad2dc82ce
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue