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

10 lines
149 B
SYSTEMD
Raw Normal View History

[Unit]
Description=synchronize IMAP4 and Maildir mailboxes
[Service]
Type=oneshot
ExecStart=/usr/bin/mbsync -aqV
[Install]
WantedBy=default.target