mbsync.timer (218B)
1 # enable with `systemctl --user enable mbsync.timer` (not mbsync.service) 2 [Unit] 3 Description=Mailbox synchronization timer 4 5 [Timer] 6 OnBootSec=2m 7 OnUnitActiveSec=5m 8 Unit=mbsync.service 9 10 [Install] 11 WantedBy=timers.target