From: Samir Benmendil Date: Wed, 5 Nov 2025 13:54:12 +0000 (+0000) Subject: mbsync: update mailbox every 15min instead of 5min X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/d48c22d4964bfaceae16cee976b1b0d9213ecc3f?hp=1a95eb608e3c897f9fe1f999598989f8022084d9 mbsync: update mailbox every 15min instead of 5min --- diff --git a/systemd/user/mbsync@.timer b/systemd/user/mbsync@.timer index c2bcdb6..3935098 100644 --- a/systemd/user/mbsync@.timer +++ b/systemd/user/mbsync@.timer @@ -3,8 +3,8 @@ Description=Mailbox synchronization timer [Timer] # every 5 minutes -OnBootSec=5min -OnUnitActiveSec=5min +OnBootSec=15min +OnUnitActiveSec=15min [Install] WantedBy=timers.target