From e5dd436aabe5ac43db7af408a6106fc43644371c Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Mon, 12 Oct 2020 11:42:44 +0200 Subject: Reduce frequency of crontab --- crontab/crontab | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/crontab/crontab b/crontab/crontab index b3df898..786fec4 100644 --- a/crontab/crontab +++ b/crontab/crontab @@ -1,4 +1,4 @@ */5 * * * * DISPLAY=:0 /usr/bin/env mbsync -a -*/5 * * * * /usr/bin/env mr push -*/5 * * * * /usr/bin/env mr update -0 0 * * * /usr/bin/pacman -Syuw --noconfirm +0 11 * * * /usr/bin/env mr push +0 11 * * * /usr/bin/env mr update +0 11 * * * /usr/bin/pacman -Syuw --noconfirm -- cgit v1.2.3