Use user name instead of userid
Nginx unit needs the user and group parameter as names.
This commit is contained in:
parent
c9b3edd0f1
commit
5679ab435f
4 changed files with 5 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue