centos7.6安装gitlab-ce-11.7.6 亲测
参考:https://www.cnblogs.com/miaocbin/articles/gitlab-ee.html
补充:上述方法需要加上 yum install policycoreutils-python
查看gitlab是否开机自启
systemctl list-unit-files | grep gitlab
----------------------------------------------
移除自启项
systemctl disable gitlab-runsvdir.service
-----------------------------------------------
添加自启项
systemctl enable xxxxx