modules/services/web-servers/apache-httpd: add apache user to the apache group
This commit is contained in:
parent
52c97adaba
commit
b3627f6c69
@ -559,6 +559,7 @@ in
|
|||||||
|
|
||||||
users.extraUsers = singleton
|
users.extraUsers = singleton
|
||||||
{ name = mainCfg.user;
|
{ name = mainCfg.user;
|
||||||
|
group = mainCfg.group;
|
||||||
description = "Apache httpd user";
|
description = "Apache httpd user";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user