mirror of
https://github.com/gogs/gogs.git
synced 2025-05-27 17:52:21 +00:00
9 lines
142 B
Bash
9 lines
142 B
Bash
#!/bin/sh
|
|
|
|
if test -f ./setup; then
|
|
# shellcheck disable=SC2039,SC1091,SC3046
|
|
source ./setup
|
|
fi
|
|
|
|
exec gosu root /sbin/syslogd -nS -O-
|