mirror of
https://github.com/containers/bootc.git
synced 2026-02-05 06:45:13 +01:00
This is a general best practice for our units to ensure they don't apply outside of bootc systems. Signed-off-by: Colin Walters <walters@verbum.org>
12 lines
243 B
SYSTEMD
12 lines
243 B
SYSTEMD
[Unit]
|
|
Description=Monitor bootc for status changes
|
|
Documentation=man:bootc-status-updated.path(8)
|
|
ConditionPathExists=/run/ostree-booted
|
|
|
|
[Path]
|
|
PathChanged=/ostree/bootc
|
|
Unit=bootc-status-updated.target
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|