From 7b4d791d07fe2053108e196eea7121061221a2d3 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Thu, 19 Oct 2023 10:43:55 +0300 Subject: [PATCH] flatpak-update.timer: increase frequency --- etc/systemd/system/flatpak-update.timer | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/etc/systemd/system/flatpak-update.timer b/etc/systemd/system/flatpak-update.timer index 764eb8fd..c417e973 100644 --- a/etc/systemd/system/flatpak-update.timer +++ b/etc/systemd/system/flatpak-update.timer @@ -1,9 +1,13 @@ [Unit] -Description=install flatpak updates and uninstall unused flatpaks daily +Description=install flatpak updates and uninstall unused flatpaks regularly [Timer] -OnCalendar=*-*-* 19:00:00 +#OnCalendar=*-*-* 19:00:00 +# Executed every 4 hours +OnUnitActiveSec=4h +# Executed 5 minutes from boot OnBootSec=300 +# Delay execution by something between 0 seconds and 3 hours RandomizedDelaySec=3h Persistent=true