mirror of
https://github.com/optim-enterprises-bv/secureblue.git
synced 2025-11-08 14:23:38 +00:00
12 lines
253 B
Desktop File
12 lines
253 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 --system update -y --noninteractive
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |