modules/services/web-servers/apache-httpd: add apache user to the apache group
This commit is contained in:
@@ -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";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user