mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
parent
04357d21b6
commit
5014b5dc46
@ -81,7 +81,7 @@ usermod -a -G icingaweb2 apache
|
||||
|
||||
SLES and OpenSUSE:
|
||||
````
|
||||
usermod -G icingaweb2 wwwrun
|
||||
usermod -A icingaweb2 wwwrun
|
||||
````
|
||||
|
||||
Debian and Ubuntu:
|
||||
|
@ -202,7 +202,7 @@ cp -prv packages/files/config/modules/setup %{buildroot}/%{configdir}/modules/
|
||||
%pre
|
||||
getent group icingacmd >/dev/null || groupadd -r icingacmd
|
||||
%if 0%{?suse_version}
|
||||
usermod -G icingacmd,%{icingawebgroup} %{wwwuser}
|
||||
usermod -A icingacmd,%{icingawebgroup} %{wwwuser}
|
||||
%else
|
||||
usermod -a -G icingacmd,%{icingawebgroup} %{wwwuser}
|
||||
%endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user