12 lines
204 B
SYSTEMD
12 lines
204 B
SYSTEMD
|
[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
|