We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
init
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
https://github.com/nodejs/build/blob/master/ansible/roles/jenkins-worker/vars/main.yml#L8
'centos7' is present under both centos and systemd. This line ends up initializing init_type to systemd but that might be unintended.
'centos7'
centos
systemd
init_type
cc @rvagg
The text was updated successfully, but these errors were encountered:
Changed via ce47be7, confirmed that systemctl is what should be used for CenOS 7
systemctl
Sorry, something went wrong.
rvagg
No branches or pull requests
https://github.com/nodejs/build/blob/master/ansible/roles/jenkins-worker/vars/main.yml#L8
'centos7'
is present under bothcentos
andsystemd
. This line ends up initializinginit_type
tosystemd
but that might be unintended.cc @rvagg
The text was updated successfully, but these errors were encountered: