projects
/
~bandali
/
configs
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Add systemd units for calling mbsync every 5 minutes
[~bandali/configs]
/
isync
/
.config
/
systemd
/
user
/
mbsync.timer
Commit
Line
Data
f6b1eaf9
AB
1
[Unit]
2
Description=Mailbox synchronization timer
3
4
[Timer]
5
OnCalendar=*:0/5
6
Persistent=true
7
Unit=mbsync.service
8
9
[Install]
10
WantedBy=timers.target