track flatpak update timer

This commit is contained in:
2021-08-31 11:07:52 +02:00
parent 82e056aee7
commit 944315bac1
2 changed files with 18 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
[Unit]
Description=flatpak Automatic Update
Documentation=man:flatpak(1)
[Service]
Type=simple
ExecStartPre=/bin/sh -c 'until ping -c1 google.com; do sleep 1; done;'
ExecStart=/usr/bin/flatpak update -y