Revert "Add readiness coordination for systemd notifications" - #107
Revert "Add readiness coordination for systemd notifications"#107bastelfreak wants to merge 5 commits into
Conversation
Signed-off-by: Tim Meusel <tim@bastelfreak.de>
This codepath is triggered during a `systemctl restart puppetserver` or `systemctl stop puppetserver`. Signed-off-by: Tim Meusel <tim@bastelfreak.de>
…e restart is ignored" This reverts commit ba1c807. Signed-off-by: Tim Meusel <tim@bastelfreak.de>
This reverts commit e548da1. Signed-off-by: Tim Meusel <tim@bastelfreak.de>
|
I guess I missed something during the revert, but I'm not sure what :( |
This reverts commit 7ab2994. Signed-off-by: Tim Meusel <tim@bastelfreak.de>
|
If we revert this, we also need to remove the readiness call from openvox-server: OpenVoxProject/openvox-server#610. |
Sharpie
left a comment
There was a problem hiding this comment.
I think this moves us in the right direction as it cuts a bunch of complexity that isn't solving the reload problem.
However, the end result seems very similar to the initial PR #23, so it feels as though there is a missing piece.
|
Ok. I think I found the problem(s). It might be a combination of:
Docs:
|
This reverts #87 + contains #106