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
Hi and thanks for this work!
I've noticed that clusterchk service could not be launch if systemctl start clusterchk.socket is not perfomed before. This could be fixed simply by adding Requires=clustercheck.socket https://github.com/mtds/haproxy_galera_check/blob/master/systemd/clusterchk.service#L4 (like it's done in https://github.com/mtds/haproxy_galera_check/blob/master/systemd/clusterchk%40.service#L4).
systemctl start clusterchk.socket
Requires=clustercheck.socket
Would you like a PR for that ?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi and thanks for this work!
I've noticed that clusterchk service could not be launch if
systemctl start clusterchk.socket
is not perfomed before. This could be fixed simply by addingRequires=clustercheck.socket
https://github.com/mtds/haproxy_galera_check/blob/master/systemd/clusterchk.service#L4 (like it's done in https://github.com/mtds/haproxy_galera_check/blob/master/systemd/clusterchk%40.service#L4).Would you like a PR for that ?
The text was updated successfully, but these errors were encountered: