summaryrefslogtreecommitdiffstats
path: root/docker/s6/openssh/run
diff options
context:
space:
mode:
Diffstat (limited to 'docker/s6/openssh/run')
-rwxr-xr-xdocker/s6/openssh/run7
1 files changed, 0 insertions, 7 deletions
diff --git a/docker/s6/openssh/run b/docker/s6/openssh/run
deleted file mode 100755
index 99172aab69..0000000000
--- a/docker/s6/openssh/run
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-if test -f ./setup; then
- source ./setup
-fi
-
-exec gosu root /usr/sbin/sshd -D -f /app/gogs/docker/sshd_config