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