12 lines
225 B
Desktop File
12 lines
225 B
Desktop File
[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
|