sync-mail@.service 225 B

123456789101112
  1. [Unit]
  2. Description=Sync mail with mbsync and send notifications
  3. [Service]
  4. Type=oneshot
  5. ExecStart=-mbsync -a ; %h/scripts/mail/notify-mail.hy %h/.mail/%i
  6. RuntimeMaxSec=3m
  7. Restart=on-failure
  8. [Install]
  9. WantedBy=default.target