🔧 (mbsync) Adjust path to self-compiled Emacs

This commit is contained in:
Marcel Kapfer 2025-03-05 19:59:07 +01:00
parent dbb679bc9b
commit 736fa27bfc
Signed by: mmk2410
GPG key ID: CADE6F0C09F21B09

View file

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