mirror of
https://github.com/go-gitea/gitea
synced 2025-01-08 10:16:03 +01: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
|