Dominique Leuenberger
5a48f37b0b
- Correct Supplements for flatpak-zsh-completion boo#1201113 - package LICENSE file in every package - make flatpak-zsh-completion and system-user-flatpak noarch - add update-system-flatpaks timer that updates installed flatpaks daily if enabled OBS-URL: https://build.opensuse.org/request/show/986433 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/flatpak?expand=0&rev=162
13 lines
256 B
Desktop File
13 lines
256 B
Desktop File
[Unit]
|
|
Description=Update system Flatpaks
|
|
Documentation=man:flatpak-update(1)
|
|
After=network-online.target
|
|
Wants=network-online.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/bin/flatpak --system update -y --noninteractive
|
|
|
|
[Install]
|
|
WantedBy=default.target
|