搜索
您的当前位置:首页正文

GitLab 服务关闭与启动

来源:知库网

关闭gitlab的自动启动

systemctl disable gitlab-runsvdir.service

开启gitlab的自动启动

systemctl enable gitlab-runsvdir.service
systemctl start gitlab-runsvdir.service
gitlab-cmd start
Top