11 lines
242 B
SYSTEMD
11 lines
242 B
SYSTEMD
[Unit]
|
|
Description=Monitor bootc for status changes
|
|
Documentation=man:bootc-status-updated.path(5)
|
|
ConditionPathExists=/run/ostree-booted
|
|
|
|
[Path]
|
|
PathChanged=/ostree/bootc
|
|
Unit=bootc-status-updated.target
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |