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