You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 21, 2021. It is now read-only.
Added monitoring of systemd units to notice when they fail.
During startup, every unit will be checked once every second for 10 seconds, after this it will be considered as "running".
When a unit is considered as "running" the state will be checked once every 10 seconds.
This is a simpler version of what we want to provide in a final implementation, where we listen to changes on dbus instead of polling periodically.
fixes#10
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Receive and process notifications from systemd about process state changes (e.g. a process dying or restarting) - this will probably happen via D-Bus
The text was updated successfully, but these errors were encountered: