Gentoo Archives: gentoo-commits

From: Mike Pagano <mpagano@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/nginx-unit/files/
Date: Tue, 28 Feb 2023 21:12:36
Message-Id: 1677618747.af9772fe613cef0b0f191071c1ecec95d9fa4ff1.mpagano@gentoo
1 commit: af9772fe613cef0b0f191071c1ecec95d9fa4ff1
2 Author: Mike Pagano <mpagano <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 28 21:11:22 2023 +0000
4 Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 28 21:12:27 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af9772fe
7
8 www-servers/nginx-unit: Change default user and group appropiate
9
10 Big thanks to Vladimir Varlamov for their assistance on these
11 recent user and group changes to nginx-unit
12
13 Bug: https://bugs.gentoo.org/894778
14
15 Signed-off-by: Mike Pagano <mpagano <AT> gentoo.org>
16
17 www-servers/nginx-unit/files/nginx-unit.confd | 5 ++---
18 1 file changed, 2 insertions(+), 3 deletions(-)
19
20 diff --git a/www-servers/nginx-unit/files/nginx-unit.confd b/www-servers/nginx-unit/files/nginx-unit.confd
21 index 2eae2c67538f..eedf0ffbd685 100644
22 --- a/www-servers/nginx-unit/files/nginx-unit.confd
23 +++ b/www-servers/nginx-unit/files/nginx-unit.confd
24 @@ -1,11 +1,10 @@
25 # /etc/conf.d/nginx-unit
26
27 # non-privileged processes to run as specified user
28 -#NXT_USER="nobody"
29 +#NXT_USER="nginx-unit"
30
31 # non-privileged processes to run as specified group
32 -# default: user's primary group
33 -#NXT_GROUP=""
34 +#NXT_GROUP="nginx-unit"
35
36 # Address of the Control API Socket
37 #NXT_CONTROL="unix:/run/nginx-unit.sock"