Files
wunker-os/files/bootc-update/bootc-fetch-apply-updates.service
2025-03-24 00:27:18 -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"'