mirror of
https://github.com/containers/bootc.git
synced 2026-02-05 15:45:53 +01:00
This adds a new systemd path unit which activates on bootc status changing, and in turn triggers a new systemd target. This allows adding arbitrary new systemd services with `WantedBy = bootc-status-updated.target` that will be activated each time the bootc status is updated. Signed-off-by: John Eckersberg <jeckersb@redhat.com>