Skip to content
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

Debian: systemd enabled only if service startup is allowed #88

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

deepsihag
Copy link

buildkite_agent_allow_service_startup controls whether service should be started or not, but in case of Debian service is enabled in systemd, which leads to auto starts on reboots. Using same variable to control the systemd enable/disable as well.

Changes

Using buildkite_agent_allow_service_startup to control the enabled parameter of systemd unit for Debian systems.

Verification

ansible-playbook .... --check

`buildkite_agent_allow_service_startup` controls whether service should be started or not, but in case of `Debian` service is enabled in systemd, which leads to auto starts on reboots. Using same variable to control the systemd enable/disable as well.
@improbable-prow-robot improbable-prow-robot added the size/XS Denotes a PR that changes 0-14 lines, ignoring generated files. label Dec 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size/XS Denotes a PR that changes 0-14 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants