I have not found a way to disable the automatic startup and it ends up using too much RAM when I'm not using.
The init files are not inside /etc/init or init.d.
I try update-rc.d gitlab remove
and no results.
I am using GitLab 8.5.4 in Debian 8.
I have not found a way to disable the automatic startup and it ends up using too much RAM when I'm not using.
The init files are not inside /etc/init or init.d.
I try update-rc.d gitlab remove
and no results.
I am using GitLab 8.5.4 in Debian 8.
Problem is solved!
I contacted the GitLab
by their official page on Facebook and here is the answer.
I am using GitLab in a Desktop and it was using ~700MB.
If you too want turn off GitLab on startup, just execute in a terminal:
sudo systemctl disable gitlab-runsvdir.service
sudo systemctl enable gitlab-runsvdir.service
. –
Bisector gitlab-ctl
command completely. There has to be a way to disable auto booting without disabling the ctl command as well, requiring the restoration of the service before being able to work with gitlab again. –
Master © 2022 - 2024 — McMap. All rights reserved.
/etc/init/gitlab-runsvdir.conf
? – Mcguigan