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

Fixes #16128: We should not start agent daemons outside of the service #261

Conversation

amousset
Copy link
Member

@amousset amousset commented Nov 6, 2019

@amousset
Copy link
Member Author

amousset commented Nov 6, 2019

PR updated with a new commit

2 similar comments
@amousset
Copy link
Member Author

amousset commented Nov 6, 2019

PR updated with a new commit

@amousset
Copy link
Member Author

amousset commented Nov 6, 2019

PR updated with a new commit

killall cf-serverd
elif type pidof > /dev/null 2> /dev/null; then
kill $(pidof cf-serverd 2>/dev/null)
if type systemctl >/dev/null 2>&1; then
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Isn't it always the case on server distro ?

@amousset
Copy link
Member Author

PR updated with a new commit

@Normation-Quality-Assistant

This PR is not mergeable to upper versions.
Since it is "Ready for merge" you must merge it by yourself using the following command:
rudder-dev merge https://github.com/Normation/rudder-agent/pull/261
-- Your faithful QA
Kant merge: "Science is organized knowledge. Wisdom is organized life."
(https://ci.normation.com/jenkins/job/merge-accepted-pr/17039/console)

@amousset
Copy link
Member Author

OK, squash merging this PR

@amousset amousset force-pushed the bug_16128/we_should_not_start_agent_daemons_outside_of_the_service branch from f0ecdec to a122d7f Compare November 13, 2019 08:38
@amousset amousset merged commit a122d7f into Normation:branches/rudder/5.0 Nov 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants