mirror of
https://github.com/go-gitea/gitea
synced 2024-12-22 09:04:45 +01:00
7 lines
118 B
Text
7 lines
118 B
Text
|
#!/bin/bash
|
||
|
[[ -f ./setup ]] && source ./setup
|
||
|
|
||
|
pushd /root > /dev/null
|
||
|
exec gosu root /sbin/syslogd -nS -O-
|
||
|
popd
|