mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-12-04 01:26:35 +00: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
|