Merge pull request #546 from tobiasge/drop-privileges
Drops privileges to user 101 and group 0
This commit is contained in:
commit
1d040ad64d
1 changed files with 3 additions and 1 deletions
|
@ -51,4 +51,6 @@ exec unitd \
|
|||
--pid /opt/unit/unit.pid \
|
||||
--log /dev/stdout \
|
||||
--state /opt/unit/state/ \
|
||||
--tmp /opt/unit/tmp/
|
||||
--tmp /opt/unit/tmp/ \
|
||||
--user 101 \
|
||||
--group 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue