We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
At the moment if you change a .service file and try and restart the service you'll receive a warning like -
Warning: marathon.service changed on disk. Run 'systemctl daemon-reload' to reload units.
Running systemctl daemon-reload and then systemctl restart marathon fixes that - we just need to build that into the ansible playbooks
systemctl daemon-reload
systemctl restart marathon
The text was updated successfully, but these errors were encountered:
we could try to ensure enabled (not started) for every service on tasks and only start them by notifying reload-daemon restart-service
Sorry, something went wrong.
enxebre
No branches or pull requests
At the moment if you change a .service file and try and restart the service you'll receive a warning like -
Running
systemctl daemon-reload
and thensystemctl restart marathon
fixes that - we just need to build that into the ansible playbooksThe text was updated successfully, but these errors were encountered: