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