summaryrefslogtreecommitdiffstats
path: root/docker/s6/openssh/run
blob: 99172aab6990c9ce8345b163c63bbc26c1fed1c3 (plain)
1
2
3
4
5
6
7
#!/bin/sh

if test -f ./setup; then
    source ./setup
fi

exec gosu root /usr/sbin/sshd -D -f /app/gogs/docker/sshd_config