fix(services): use stdout markers for machinectl shell status checks #26
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "central-fixes"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
machinectl shell always exits 0 and never propagates the inner command's exit
status. All state probes now echo "yes" or "no" and the conditions compare
against stdout instead of rc, which was silently wrong. Disable commands that
were gated on the stale rc probe are now unconditional where idempotent.