Skip to content

Commit

Permalink
don't run unit as nobody (needed for file uploads)
Browse files Browse the repository at this point in the history
  • Loading branch information
lillian committed Jan 13, 2024
1 parent 1a0f657 commit 69721c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/unit-base/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ log "Starting config thread in background..."
sh $0 set-config &

log "Starting unitd..."
exec unitd --control unix:/var/run/control.unit.sock --log /dev/stdout --no-daemon --user nobody --group nobody
exec unitd --control unix:/var/run/control.unit.sock --log /dev/stdout --no-daemon --user unit --group unit

0 comments on commit 69721c1

Please sign in to comment.