mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-01-11 00:53:26 +00:00
13 lines
228 B
Desktop File
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
|