mirror of
https://github.com/go-gitea/gitea.git
synced 2024-11-04 08:17:24 -05:00
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
|