projects
/
~bandali
/
configs
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Rely on systemd timers for syncing mail, and re-index every 5 minutes
[~bandali/configs]
/
getmail
/
.config
/
systemd
/
user
/
getmail.timer
Commit
Line
Data
ccdc4e0c
AB
1
[Unit]
2
Description=getmail timer
3
4
[Timer]
871d5d22
5
OnCalendar=*:0/30
ccdc4e0c
AB
6
Persistent=true
7
Unit=getmail.service
8
9
[Install]
10
WantedBy=timers.target