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