Skip to content

Add a missing symlink for /opt/gitlab/init/sshd to make `gitlab-ctl stop` work in Docker

Stan Hu requested to merge fix-gitlab-ctl-down-in-docker into master

In a Docker container, running gitlab-ctl stop would return an error code of 127, since /opt/gitlab/init/sshd did not exist.

Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/2406

Merge request reports