Files
wunker-os/files/bootc-update/bootc-fetch-apply-updates.service
Gerald Pinder 2c0bab04a0 Revert "Add failure notification"
This reverts commit 9fda39638a.
2025-04-06 22:21:22 -04:00

10 lines
306 B
Desktop File

[Unit]
Description=Apply bootc updates
Documentation=man:bootc(8)
ConditionPathExists=/run/ostree-booted
[Service]
Type=oneshot
# ExecStart=/usr/bin/bootc update --apply --quiet
ExecStart=/bin/bash -c '/usr/bin/bootc update --quiet && notify-send -u critical "Update Installed" "Reboot to apply updates"'