feat: remove flatpak upgrade units as we don't run flatpak on coreos

This commit is contained in:
Benjamin Sherman
2023-03-07 23:34:51 -06:00
parent f2526d95d0
commit 597a430457
2 changed files with 0 additions and 22 deletions

View File

@@ -1,12 +0,0 @@
[Unit]
Description=flatpak Automatic Update
Documentation=man:flatpak(1)
Wants=network-online.target
After=network-online.target
[Service]
Type=oneshot
ExecStart=/usr/bin/flatpak update -y
[Install]
WantedBy=multi-user.target

View File

@@ -1,10 +0,0 @@
[Unit]
Description=flatpak Automatic Update Trigger
Documentation=man:flatpak(1)
[Timer]
OnBootSec=1h
OnUnitInactiveSec=1d
[Install]
WantedBy=timers.target