mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-01-02 13:18:45 +00:00
6 lines
138 B
Bash
Executable file
6 lines
138 B
Bash
Executable file
#!/bin/bash
|
|
[[ -f ./setup ]] && source ./setup
|
|
|
|
pushd /root > /dev/null
|
|
exec su-exec root /usr/sbin/sshd -E /var/log/sshd.log -D
|
|
popd
|