mirror of
https://gitea.com/gitea/gitea-mirror.git
synced 2026-04-30 00:45:16 +00:00
Use su-exec instead of gosu, much smaller
This commit is contained in:
@@ -2,5 +2,5 @@
|
||||
[[ -f ./setup ]] && source ./setup
|
||||
|
||||
pushd /root > /dev/null
|
||||
exec gosu root /sbin/syslogd -nS -O-
|
||||
exec su-exec root /sbin/syslogd -nS -O-
|
||||
popd
|
||||
|
||||
Reference in New Issue
Block a user