mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-01-25 15:35:17 +00:00
13 lines
228 B
SYSTEMD
13 lines
228 B
SYSTEMD
|
[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
|