Fix usermod command in the INSTALL file.

Fixes #5852
This commit is contained in:
Gunnar Beutner 2014-04-03 08:18:28 +02:00
parent 5c72e52903
commit 43d639380f
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ configure script using the --with-icinga-user, --with-icinga-group,
# groupadd icinga
# groupadd icingacmd
# useradd -c "icinga" -s /sbin/nologin -G icingacmd -g icinga
# useradd -c "icinga" -s /sbin/nologin -G icingacmd -g icinga icinga
Add the web server user to the icingacmd group in order to grant it write
permissions to the external command pipe and livestatus socket: