random-scripts/systemd/sync-mail.service

12 lines
183 B
SYSTEMD
Raw Normal View History

2023-05-26 21:10:38 -07:00
[Unit]
Description=Sync mail with mbsync and notmuch
[Service]
Type=oneshot
ExecStart=-mbsync -a ; notmuch new
RuntimeMaxSec=3m
Restart=on-failure
[Install]
WantedBy=default.target