mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-06 18:29:05 +01:00
6 lines
121 B
Bash
Executable file
6 lines
121 B
Bash
Executable file
#!/bin/bash
|
|
[[ -f ./setup ]] && source ./setup
|
|
|
|
pushd /root > /dev/null
|
|
exec su-exec root /sbin/syslogd -nS -O-
|
|
popd
|