Fix sshd startup errors upon a full Docker restart
To reproduce:
- Install GitLab via a Docker image
- Run
docker restart gitlab
Startup fails with:
Preparing services...
ln: failed to create symbolic link '/opt/gitlab/init/sshd': File exists
To fix this, just use ln -sf
.
Closes #2371 (closed)
Edited by GitLab Release Tools Bot