Fix obsolete parameter in Systemd script

refs #6328
This commit is contained in:
Michael Friedrich 2018-06-05 14:03:39 +02:00
parent bf0737ded5
commit 592fb22c7f
1 changed files with 2 additions and 2 deletions

View File

@ -5,10 +5,10 @@ After=syslog.target network-online.target postgresql.service mariadb.service car
[Service]
Type=notify
EnvironmentFile=@ICINGA2_SYSCONFIGFILE@
ExecStartPre=@CMAKE_INSTALL_PREFIX@/lib/icinga2/prepare-dirs @ICINGA2_SYSCONFIGFILE@
ExecStartPre=@CMAKE_INSTALL_PREFIX@/lib/icinga2/prepare-dirs
ExecStart=@CMAKE_INSTALL_FULL_SBINDIR@/icinga2 daemon -e ${ICINGA2_ERROR_LOG}
PIDFile=@ICINGA2_RUNDIR@/icinga2/icinga2.pid
ExecReload=@CMAKE_INSTALL_PREFIX@/lib/icinga2/safe-reload @ICINGA2_SYSCONFIGFILE@
ExecReload=@CMAKE_INSTALL_PREFIX@/lib/icinga2/safe-reload
TimeoutStartSec=30m
# Systemd >228 enforces a lower process number for services.