]> git.rmz.io Git - dotfiles.git/commitdiff
systemd: checkupdates daily rather than hourly
authorSamir Benmendil <me@rmz.io>
Wed, 31 Aug 2022 21:38:06 +0000 (22:38 +0100)
committerSamir Benmendil <me@rmz.io>
Wed, 31 Aug 2022 21:42:12 +0000 (22:42 +0100)
It's more than enough.

systemd/user/checkupdates.timer

index bed362d591b6ae9783cc2fc01ea697e6382aa304..84c32c4a97b1dc8944dadcb80a86ea7b989c1711 100644 (file)
@@ -2,7 +2,7 @@
 Description=Timer to check pacman updates and dowload packages to cache
 
 [Timer]
-OnCalendar=hourly
+OnCalendar=daily
 Persistent=true
 
 [Install]