Skip to content
Snippets Groups Projects
Commit 4a098168 authored by Stan Hu's avatar Stan Hu
Browse files

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

Closes gitlab-ee#2406
parent abc24cb4
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -72,6 +72,7 @@ fi
echo "Preparing services..."
rm -f /opt/gitlab/service/*
ln -s /opt/gitlab/sv/sshd /opt/gitlab/service
ln -s /opt/gitlab/embedded/bin/sv /opt/gitlab/init/sshd
mkdir -p /var/log/gitlab/sshd
 
# Start service manager
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment