Revert "remove user based timer; this is now deployed by ansible"

This reverts commit 56ece8c8e9.
This commit is contained in:
2021-11-05 19:33:28 +01:00
parent ef589994fd
commit cbd7b38cb5
2 changed files with 19 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