flatpak-update.timer: increase frequency

This commit is contained in:
Aminda Suomalainen 2023-10-19 10:43:55 +03:00
parent b4dd5794d2
commit 7b4d791d07
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 6 additions and 2 deletions

View File

@ -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