Increase systemd startup timeout

fixes #12237
This commit is contained in:
Gunnar Beutner 2016-07-27 07:44:11 +02:00
parent 54eb9540b1
commit 256d936661
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ ExecStartPre=@CMAKE_INSTALL_PREFIX@/lib/icinga2/prepare-dirs @ICINGA2_SYSCONFIGF
ExecStart=@CMAKE_INSTALL_FULL_SBINDIR@/icinga2 daemon -d -e ${ICINGA2_ERROR_LOG}
PIDFile=@ICINGA2_RUNDIR@/icinga2/icinga2.pid
ExecReload=@CMAKE_INSTALL_PREFIX@/lib/icinga2/safe-reload @ICINGA2_SYSCONFIGFILE@
TimeoutStartSec=30m
[Install]
WantedBy=multi-user.target