Added path systemd unit to trigger update notification
All checks were successful
bluebuild-nvidia / Build Custom Image (recipe_nvidia.yml) (pull_request) Successful in 12m55s
bluebuild / Build Custom Image (recipe.yml) (pull_request) Successful in 9m38s

This commit is contained in:
2025-06-13 11:28:58 -04:00
parent 38c06add07
commit 7a10a11e0f
3 changed files with 17 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
[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

View File

@@ -0,0 +1,5 @@
[Unit]
Description=Target for bootc status changes
Documentation=man:bootc-status-updated.target(5)
StopWhenUnneeded=true
ConditionPathExists=/run/ostree-booted

View File

@@ -21,6 +21,7 @@ modules:
- unlock-kwallet.service
- notify-update.service
- swww.service
- bootc-status-updated.path
- type: dnf
install: