1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-08-01 17:38:33 +00:00

Use su-exec instead of gosu, much smaller

This commit is contained in:
Thomas Boerger 2016-11-28 17:16:13 +01:00
parent 575dc69e3b
commit 65d0426b91
No known key found for this signature in database
GPG key ID: 5A388F55283960B6
5 changed files with 9 additions and 9 deletions

View file

@ -2,5 +2,5 @@
[[ -f ./setup ]] && source ./setup
pushd /app/gitea > /dev/null
exec gosu git /app/gitea/gitea web
exec su-exec git /app/gitea/gitea web
popd