Gitlab Installation stuck at start gitlab-runsvdir

OS: Ubuntu
Steps I’m following: https://about.gitlab.com/install/#ubuntu

What should I do to setup Gitlab properly?

Gitlab EE installation is stuck at the following point:
* execute[systemctl start gitlab-runsvdir] action run

Following is the output of ps -ef | grep gitlab:

root      6328  5085  0 12:09 pts/1    00:00:00 sudo EXTERNAL_URL=https://gitlab.2dots.io apt-get install gitlab-ee
root      6329  6328  0 12:09 pts/1    00:00:02 apt-get install gitlab-ee
root      7000  6995  0 12:14 pts/3    00:00:00 /bin/sh /var/lib/dpkg/info/gitlab-ee.postinst configure
root     15681  7000  0 12:14 pts/3    00:00:00 /bin/bash /opt/gitlab/bin/gitlab-ctl upgrade
root     15682 15681  0 12:14 pts/3    00:00:00 /opt/gitlab/embedded/bin/ruby /opt/gitlab/embedded/bin/omnibus-ctl gitlab /opt/gitlab/embedded/service/omnibus-ctl* upgrade
root     15685 15682  0 12:14 pts/3    00:00:19 /opt/gitlab/embedded/bin/ruby /opt/gitlab/embedded/bin/chef-client -z -c /opt/gitlab/embedded/cookbooks/solo.rb -j /opt/gitlab/embedded/cookbooks/dna.json
root     16180 15685  0 12:14 ?        00:00:00 systemctl start gitlab-runsvdir
root     21049 20672  0 12:53 pts/0    00:00:00 grep gitlab

Following is the end part of log file:

[2019-10-12T12:14:51+05:30] INFO: file[/opt/gitlab/embedded/ssl/certs/README] mode changed to 644

[2019-10-12T12:14:51+05:30] INFO: ruby_block[Move existing certs and link to /opt/gitlab/embedded/ssl/certs] called

[2019-10-12T12:14:51+05:30] INFO: cookbook_file[/usr/lib/systemd/system/gitlab-runsvdir.service] created file /usr/lib/systemd/system/gitlab-runsvdir.service

[2019-10-12T12:14:51+05:30] INFO: cookbook_file[/usr/lib/systemd/system/gitlab-runsvdir.service] updated file contents /usr/lib/systemd/system/gitlab-runsvdir.service

[2019-10-12T12:14:51+05:30] INFO: cookbook_file[/usr/lib/systemd/system/gitlab-runsvdir.service] mode changed to 644

[2019-10-12T12:14:51+05:30] INFO: cookbook_file[/usr/lib/systemd/system/gitlab-runsvdir.service] sending run action to execute[systemctl daemon-reload] (immediate)

[2019-10-12T12:14:52+05:30] INFO: execute[systemctl daemon-reload] ran successfully

[2019-10-12T12:14:52+05:30] INFO: cookbook_file[/usr/lib/systemd/system/gitlab-runsvdir.service] sending run action to execute[systemctl enable gitlab-runsvdir] (immediate)

[2019-10-12T12:14:52+05:30] INFO: execute[systemctl enable gitlab-runsvdir] ran successfully

[2019-10-12T12:14:52+05:30] INFO: cookbook_file[/usr/lib/systemd/system/gitlab-runsvdir.service] sending run action to execute[systemctl start gitlab-runsvdir] (immediate)

Hi, I am encountering the same issue, I am using package - gitlab-ee-16.2.7-ee.0.el9.x86_64
on Rocky Linux OS 9.2. the installation is getting stuck on execute[systemctl start gitlab-runsvdir] action run. I am using my own cookbook for handling installation, but I can see that the installation got stuck on first gitlab-ctl reconfigure.
Any solution?