From: Samir Benmendil Date: Wed, 31 Aug 2022 21:38:06 +0000 (+0100) Subject: systemd: checkupdates daily rather than hourly X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/52f7634d813bf8f92f38366569a066fc9b2ef286 systemd: checkupdates daily rather than hourly It's more than enough. --- diff --git a/systemd/user/checkupdates.timer b/systemd/user/checkupdates.timer index bed362d..84c32c4 100644 --- a/systemd/user/checkupdates.timer +++ b/systemd/user/checkupdates.timer @@ -2,7 +2,7 @@ Description=Timer to check pacman updates and dowload packages to cache [Timer] -OnCalendar=hourly +OnCalendar=daily Persistent=true [Install]