mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-08-06 18:24:39 +08:00
7 lines
138 B
Bash
Executable File
7 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
|