dotfiles/systemd/.config/systemd/user/mbsync.service

11 lines
194 B
SYSTEMD
Raw Normal View History

[Unit]
Description=synchronize IMAP4 and Maildir mailboxes
[Service]
Type=oneshot
ExecStart=/usr/bin/mbsync -aqV
# ExecStartPost=%h/usr/bin/notify-new-emails
[Install]
WantedBy=default.target