mirror of
https://github.com/go-gitea/gitea
synced 2024-12-01 06:43:25 +01: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
|