mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-05 06:43:16 +00:00
8 lines
96 B
Plaintext
8 lines
96 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
if test -f ./setup; then
|
||
|
source ./setup
|
||
|
fi
|
||
|
|
||
|
exec gosu root /sbin/syslogd -nS -O-
|