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