Centos 7 下Gitlab 自启动设置

禁止 Gitlab 开机自启动:

systemctl disable gitlab-runsvdir.service

启用 Gitlab 开机自启动:

systemctl enable gitlab-runsvdir.service

  

猜你喜欢

转载自www.cnblogs.com/xzlive/p/10838516.html