I have installed a software (GitLab) on CentOS. It works well, but this GitLab starts at boot and I don't want that.
So I took a look at /etc/init.d in order to disable it with chkconfig, but my problem is that there is no gitlab script in it, so I can't disable it.
So here is my question: is there any other place in CentOS where I can find programs executed at CentOS start up? Or more directly, if someone knows how to disable GitLab from start up without using init.d, I am interested!