about summary refs log tree commit diff
path: root/nixos/.config/systemd/user/mbsync.service
blob: ca4a07b393a8d9b5fd76ad88b549e9e81fdb354d (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 legacy
Type=oneshot

[Install]
WantedBy=default.target