-
-
Notifications
You must be signed in to change notification settings - Fork 164
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gitlab-runsvdir.service not enabled running on CentOS 7 #27
Comments
|
Hum, I'm not a Centos/systemd specialist. So maybe someone who knows this to systems should have a deeper look into it... It could probably help to set |
|
Yes I did set it, at least it allows the service to be started on next boot/reboots, but it does not start it. |
|
+1 same issue with 7.14.3 |
|
I'm using version But setting it to true works like expected - even after reboots. |
|
closed by #43 |
Hi,
Using
vshn/gitlab v1.5.0onCentOS 7withgitlab-ce 7.14.1omnibus package it seems that thegitlab-runsvdirsystemd service is not running, and/usr/bin/gitlab-ctlseems not able to start the gitlab services without having it running. Asgitlab-runsvdirsystemd service is not enabled gitlab also does not start automatically on boot.It looks like that the service is explicitely disabled in manifest/params.pp and is using custom start/stop commands directly calling /usr/bin/gitlab-ctl that seems not to be working without the systemd service, is this the expected result am I the only having a problem with this configuration?
Enabling and starting the service manually does fix the problems,
gitlab-ctlwill be able to restart the services and gitlab will run on boot as expected.Best,
Baptiste
The text was updated successfully, but these errors were encountered: