blob: e0954dea65ea715b746c3b8f0eb2bacb32e65965 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
[Unit]
Description=Synchronize IMAP and MailDir for legacy account
Documentation=man:mbsync(1)
ConditionPathExists=%h/.mbsyncrc
After=network.target
[Service]
ExecStart=/usr/bin/mbsync legacy
Type=oneshot
[Install]
WantedBy=default.target
|