Thursday 20 September 2018

How to enable and disable GitLab services during start up in CentOS 7



Run the following command to disable GitLab services on startup.

[root@linuxcnf ~]# systemctl disable gitlab-runsvdir.service

Run the following command to verify the disabled status:

[root@linuxcnf ~]# systemctl is-enabled gitlab-runsvdir.service
disabled
[root@linuxcnf ~]#

Now the service is disabled!!!

No comments:

Post a Comment