From 736fa27bfc0f1ea536628a9f81ae91d0ea36d174 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Wed, 5 Mar 2025 19:59:07 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20(mbsync)=20Adjust=20path=20to=20?= =?UTF-8?q?self-compiled=20Emacs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- systemd/.config/systemd/user/mbsync.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemd/.config/systemd/user/mbsync.service b/systemd/.config/systemd/user/mbsync.service index 12564d0..58639d5 100644 --- a/systemd/.config/systemd/user/mbsync.service +++ b/systemd/.config/systemd/user/mbsync.service @@ -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]