🔧 (mbsync) Adjust path to self-compiled mbsync

This commit is contained in:
Marcel Kapfer 2025-03-11 16:15:37 +01:00
parent 9356a7afcf
commit 5091c0a0e4
Signed by: mmk2410
GPG key ID: CADE6F0C09F21B09

View file

@ -6,7 +6,7 @@ After=network-online.target
[Service] [Service]
Type=oneshot Type=oneshot
ExecStart=/usr/bin/mbsync -q -a ExecStart=/usr/local/bin/mbsync -q -a
ExecStartPost=/usr/local/bin/emacsclient -equ '(mu4e-update-index)' ExecStartPost=/usr/local/bin/emacsclient -equ '(mu4e-update-index)'
Restart=on-failure Restart=on-failure