Revert chagnes, dropping notifying user on update.

This commit is contained in:
2025-06-14 14:42:33 -04:00
parent 0e42248ac5
commit 123e11860d
7 changed files with 53 additions and 8 deletions

View File

@@ -0,0 +1,8 @@
[Unit]
Description=Download bootc updates
Documentation=man:bootc(8)
ConditionPathExists=/run/ostree-booted
[Service]
Type=oneshot
ExecStart=/usr/bin/bootc update --quiet

View File

@@ -0,0 +1,12 @@
[Unit]
Description=Download bootc updates
Documentation=man:bootc(8)
ConditionPathExists=/run/ostree-booted
[Timer]
OnBootSec=15min
OnUnitInactiveSec=8h
RandomizedDelaySec=2h
[Install]
WantedBy=timers.target

View File

@@ -0,0 +1,5 @@
[Unit]
Description=Update flatpaks
[Service]
ExecStart=flatpak update --noninteractive

View File

@@ -0,0 +1,9 @@
[Unit]
Description=Update flatpak
[Timer]
OnBootSec=15min
OnCalendar=daily
[Install]
WantedBy=timers.target

View File

@@ -0,0 +1,5 @@
[Unit]
Description=Update flatpaks
[Service]
ExecStart=flatpak update --noninteractive

View File

@@ -0,0 +1,9 @@
[Unit]
Description=Update flatpak
[Timer]
OnBootSec=15min
OnCalendar=daily
[Install]
WantedBy=timers.target

View File

@@ -7,23 +7,20 @@ modules:
packages:
- ublue-os-udev-rules
- ublue-os-signing
- type: dnf
repos:
copr:
- ublue-os/bling
install:
packages:
- ublue-update
- type: script
scripts:
- addimageinfo.sh
- type: systemd
system:
enabled:
- bootc-fetch-updates.timer
- flatpak-system-update.timer
user:
enabled:
- unlock-kwallet.service
- flatpak-user-update.timer
- type: dnf
install: