mirror of https://github.com/go-gitea/gitea.git
7 lines
118 B
Plaintext
7 lines
118 B
Plaintext
|
#!/bin/bash
|
||
|
[[ -f ./setup ]] && source ./setup
|
||
|
|
||
|
pushd /root > /dev/null
|
||
|
exec gosu root /sbin/syslogd -nS -O-
|
||
|
popd
|