1
0
mirror of https://github.com/netbox-community/netbox-docker.git synced 2025-08-07 04:02:54 +03:00

Use user name instead of userid

Nginx unit needs the user and group parameter as names.
This commit is contained in:
Tobias Genannt
2021-09-24 08:16:07 +02:00
parent c9b3edd0f1
commit 5679ab435f
4 changed files with 5 additions and 4 deletions

View File

@@ -52,5 +52,5 @@ exec unitd \
--log /dev/stdout \
--state /opt/unit/state/ \
--tmp /opt/unit/tmp/ \
--user 101 \
--group 0
--user unit \
--group root