add-more-system-apps #10

Merged
eriq12 merged 35 commits from add-more-system-apps into main 2025-06-14 15:10:36 -04:00
23 changed files with 237 additions and 6 deletions
Showing only changes of commit 9e0dc3216f - Show all commits

View File

@@ -0,0 +1,10 @@
[Unit]
Description=Create a file to flag that an update has been downloaded
After=bootc-status-updated.target
[Service]
Type=exec
ExecStart=/usr/bin/touch /tmp/hydro-os-updated
[Install]
WantedBy=bootc-status-updated.target

View File

@@ -1,10 +1,9 @@
[Unit]
Description=Monitor bootc for status changes
Documentation=man:bootc-status-updated.path(5)
ConditionPathExists=/run/ostree-booted
[Path]
PathChanged=/ostree/bootc
PathExists=/tmp/hydro-os-updated
Unit=bootc-status-updated.target
[Install]

View File

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