mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 07:14:35 +02:00
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:
parent
f00f598014
commit
a520abe65d
@ -94,7 +94,7 @@ usermod -A icingaweb2 wwwrun
|
|||||||
|
|
||||||
Debian and Ubuntu:
|
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**:
|
Use `icingacli` to create the configuration directory which defaults to **/etc/icingaweb2**:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user