🔧 (mbsync) Adjust path to self-compiled Emacs
This commit is contained in:
parent
dbb679bc9b
commit
736fa27bfc
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ After=network-online.target
|
||||||
[Service]
|
[Service]
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
ExecStart=/usr/bin/mbsync -q -a
|
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
|
Restart=on-failure
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
|
|
Loading…
Add table
Reference in a new issue