mbsync.service (266B)
1 # enable with `systemctl --user enable mbsync.timer` (not mbsync.service) 2 [Unit] 3 Description=Mailbox synchronization service 4 5 [Service] 6 Type=oneshot 7 ExecStart=/usr/bin/mbsync -Va 8 ExecStartPost=/usr/bin/notmuch new 9 ExecStartPost=/home/ad/.local/bin/dwmstatus-refresh