Skip to content

Commit

Permalink
Systemd can't resolve variables recursively.
Browse files Browse the repository at this point in the history
Refs #4794
  • Loading branch information
gvegidy committed May 18, 2014
1 parent 3c98e40 commit 881d9cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions etc/systemd/icinga2.sysconfig.cmake
@@ -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@
Expand Down

0 comments on commit 881d9cc

Please sign in to comment.