mirror of
https://github.com/go-gitea/gitea.git
synced 2024-11-27 08:45:03 +01:00
7 lines
135 B
Plaintext
7 lines
135 B
Plaintext
|
#!/bin/bash
|
||
|
[[ -f ./setup ]] && source ./setup
|
||
|
|
||
|
pushd /root > /dev/null
|
||
|
exec gosu root /usr/sbin/sshd -E /var/log/sshd.log -D
|
||
|
popd
|