Systemd can't resolve variables recursively.

Refs #4794
This commit is contained in:
Gerd von Egidy 2014-05-04 22:32:44 +02:00
parent 954ceb3c6a
commit 7bfd2f1ea2
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
ICINGA2_CONFIG_FILE=@CMAKE_INSTALL_FULL_SYSCONFDIR@/icinga2/icinga2.conf
ICINGA2_STATE_DIR=@CMAKE_INSTALL_FULL_LOCALSTATEDIR@
ICINGA2_ERROR_LOG=${ICINGA2_STATE_DIR}/log/icinga2/error.log
ICINGA2_LOG=${ICINGA2_STATE_DIR}/log/icinga2/icinga2.log
ICINGA2_ERROR_LOG=@CMAKE_INSTALL_FULL_LOCALSTATEDIR@/log/icinga2/error.log
ICINGA2_LOG=@CMAKE_INSTALL_FULL_LOCALSTATEDIR@/log/icinga2/icinga2.log
ICINGA2_USER=@ICINGA2_USER@
ICINGA2_GROUP=@ICINGA2_GROUP@
ICINGA2_COMMAND_USER=@ICINGA2_COMMAND_USER@