Files
Atay-Makhzan/docker/s6/openssh/run
T

8 lines
124 B
Bash
Raw Normal View History

2015-10-02 10:56:36 +01:00
#!/bin/sh
2015-10-02 21:54:55 +01:00
if test -f ./setup; then
source ./setup
2015-10-02 10:56:36 +01:00
fi
exec gosu root /usr/sbin/sshd -D -f /app/gogs/docker/sshd_config