12 lines
225 B
SYSTEMD
12 lines
225 B
SYSTEMD
|
[Unit]
|
||
|
Description=Sync mail with mbsync and send notifications
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=-mbsync -a ; %h/scripts/mail/notify-mail.hy %h/.mail/%i
|
||
|
RuntimeMaxSec=3m
|
||
|
Restart=on-failure
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=default.target
|