]> granicus.if.org Git - icinga2/commitdiff
Increase systemd startup timeout
authorGunnar Beutner <gunnar.beutner@netways.de>
Wed, 27 Jul 2016 05:44:11 +0000 (07:44 +0200)
committerGunnar Beutner <gunnar.beutner@netways.de>
Wed, 27 Jul 2016 05:44:11 +0000 (07:44 +0200)
fixes #12237

etc/initsystem/icinga2.service.cmake

index 226f47807ebe60b05a9c841ec9088cf410f349f0..cf6db5677f6e212c745b3078a016d91c5a195f16 100644 (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