Skip to content

refactor: systemd timeout handling and unit status events #162

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

JanZachmann
Copy link
Contributor

No description provided.

@JanZachmann JanZachmann changed the title WIP:refactor: systemd timeout handling and change events refactor: systemd timeout handling and change events May 12, 2025
@JanZachmann JanZachmann changed the title refactor: systemd timeout handling and change events refactor: systemd timeout handling and unit status events May 12, 2025
@JanZachmann JanZachmann requested a review from empwilli May 12, 2025 19:54
@JanZachmann JanZachmann requested a review from mlilien May 13, 2025 13:27
systemd::wait_for_system_running(timeout).await?;
systemd::wait_for_system_running()
.await
.context("validate: wait_for_system_running timed out")?;
Copy link
Contributor

Choose a reason for hiding this comment

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

An error in wait_for_systme_running not necessarily was caused by a timeout? This PR even removes any timeout checks in wait_for_system_running altogether so I'm not 100% sure whether we would error out on any timeouts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants