We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61bb8a8 commit 80cc706Copy full SHA for 80cc706
1 file changed
start.sh
@@ -28,7 +28,9 @@ if [ "$(ls -A /git-server/repos/)" ]; then
28
find /git-server/repos -type d -exec chmod g+s '{}' +
29
fi
30
31
-/usr/sbin/sshd -D &
+# -D: do not detach
32
+# -e: debug logs to standard error
33
+/usr/sbin/sshd -D -e &
34
35
child=$!
36
wait "$child"
0 commit comments