commit:     af9772fe613cef0b0f191071c1ecec95d9fa4ff1
Author:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 28 21:11:22 2023 +0000
Commit:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
CommitDate: Tue Feb 28 21:12:27 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af9772fe

www-servers/nginx-unit: Change default user and group appropiate

Big thanks to Vladimir Varlamov for their assistance on these
recent user and group changes to nginx-unit

Bug: https://bugs.gentoo.org/894778

Signed-off-by: Mike Pagano <mpagano <AT> gentoo.org>

 www-servers/nginx-unit/files/nginx-unit.confd | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/www-servers/nginx-unit/files/nginx-unit.confd 
b/www-servers/nginx-unit/files/nginx-unit.confd
index 2eae2c67538f..eedf0ffbd685 100644
--- a/www-servers/nginx-unit/files/nginx-unit.confd
+++ b/www-servers/nginx-unit/files/nginx-unit.confd
@@ -1,11 +1,10 @@
 # /etc/conf.d/nginx-unit
 
 # non-privileged processes to run as specified user
-#NXT_USER="nobody"
+#NXT_USER="nginx-unit"
 
 # non-privileged processes to run as specified group
-# default: user's primary group
-#NXT_GROUP=""
+#NXT_GROUP="nginx-unit"
 
 # Address of the Control API Socket
 #NXT_CONTROL="unix:/run/nginx-unit.sock"

Reply via email to