Fix usermod for Ubuntu/Debian

Set correct group for Ubuntu/Debian

Signed-off-by: Eric Lippmann <eric.lippmann@netways.de>
This commit is contained in:
baufrecht 2015-02-04 23:50:58 +01:00 committed by Eric Lippmann
parent f00f598014
commit a520abe65d
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ usermod -A icingaweb2 wwwrun
Debian and Ubuntu:
````
usermod -a -G icingaweb2 wwwrun
usermod -a -G icingaweb2 www-data
````
Use `icingacli` to create the configuration directory which defaults to **/etc/icingaweb2**: