From 1ced58317142da45d29bbf537d0a882e1d7079a1 Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Tue, 26 Nov 2013 08:45:13 +0100 Subject: [PATCH] Document Icinga-specific cmake variables. Fixes #5127 --- INSTALL | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/INSTALL b/INSTALL index 6e83f1559..f599bf8b7 100644 --- a/INSTALL +++ b/INSTALL @@ -67,6 +67,16 @@ You can specify an alternative installation prefix using -DCMAKE_INSTALL_PREFIX: $ cmake .. -DCMAKE_INSTALL_PREFIX=/tmp/icinga2 +In addition to CMAKE_INSTALL_PREFIX the following Icinga-specific cmake +variables are supported: + +- ICINGA2_USER: The user Icinga 2 should run as; defaults to "icinga" +- ICINGA2_GROUP: The group Icinga 2 should run as; defaults to "icinga" +- ICINGA2_COMMAND_USER: The command user Icinga 2 should use; defaults to "icinga" +- ICINGA2_COMMAND_GROUP: The command group Icinga 2 should use; default to "icingacmd" +- CMAKE_INSTALL_SYSCONFDIR: The configuration directory; defaults to CMAKE_INSTALL_PREFIX/etc +- CMAKE_INSTALL_LOCALSTATEDIR: The state directory; defaults to CMAKE_INSTALL_PREFIX/var + Running Icinga 2 ---------------- -- 2.40.0