Update mu4e sync service and timer
This commit is contained in:
11
systemd/mu4e-sync-mail.service
Normal file
11
systemd/mu4e-sync-mail.service
Normal file
@ -0,0 +1,11 @@
|
||||
[Unit]
|
||||
Description=Sync mail with mu4e
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=emacsclient --eval '(my/mu4e-update-mail-and-index-silent)'
|
||||
RuntimeMaxSec=3m
|
||||
Restart=on-failure
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
Reference in New Issue
Block a user