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

fix for service being too fast for startup #502

Merged
merged 1 commit into from
May 24, 2024

Conversation

XaverStiensmeier
Copy link
Contributor

@XaverStiensmeier XaverStiensmeier commented May 22, 2024

For each servicec run

while [[ $(systemctl is-active {service}) == 'active' ]]; do echo 'Waiting for service {service}'; sleep 2; done

in order to identify whether the named services under waitForServices have stopped.

@XaverStiensmeier XaverStiensmeier merged commit 3943d27 into dev May 24, 2024
3 checks passed
@XaverStiensmeier XaverStiensmeier deleted the fix-update-for-fast-services branch May 24, 2024 10:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants