bazzite/etc-desktop/systemd/user/flatpak-upgrade-automatic.service
Kyle Gospodnetich 868a019ca1 Initial commit of bazzite-desktop package
Add CODEOWNERS file
2023-02-13 00:29:08 -08:00

13 lines
228 B
Desktop File

[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