systemd files for flatpak auto update

This commit is contained in:
Stefen Auris 2023-09-17 21:55:51 -04:00
parent 462cb92e5e
commit e1dbfd1b5d
2 changed files with 24 additions and 0 deletions

View file

@ -0,0 +1,11 @@
[Unit]
Description=Update Flatpak
After=network-online.target
Wants=network-online.target
[Service]
Type=oneshot
ExecStart=/usr/bin/flatpak update --noninteractive --assumeyes
[Install]
WantedBy=multi-user.target