From 43d639380fb60b929da287f49763e2c136de745a Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Thu, 3 Apr 2014 08:18:28 +0200 Subject: [PATCH] Fix usermod command in the INSTALL file. Fixes #5852 --- INSTALL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index f0c5f61f6..d1c53258c 100644 --- a/INSTALL +++ b/INSTALL @@ -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: -- 2.40.0