]> granicus.if.org Git - icinga2/commitdiff
Document Icinga-specific cmake variables.
authorGunnar Beutner <gunnar.beutner@netways.de>
Tue, 26 Nov 2013 07:45:13 +0000 (08:45 +0100)
committerGunnar Beutner <gunnar.beutner@netways.de>
Tue, 26 Nov 2013 07:45:47 +0000 (08:45 +0100)
Fixes #5127

INSTALL

diff --git a/INSTALL b/INSTALL
index 6e83f15595b3dcd18218e69a9dfbf8f1d8922bfb..f599bf8b73df2af8b596bee7db2aba5cab675925 100644 (file)
--- 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
 ----------------