Fix executable path
This commit is contained in:
parent
0601acd303
commit
8a1c66069c
1 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,8 @@ Documentation=info:emacs man:emacs(1) https://gnu.org/software/emacs/
|
|||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart={{ prefix }}/emacs --fg-daemon
|
||||
ExecStop={{ prefix }}/emacsclient --eval "(kill-emacs)"
|
||||
ExecStart={{ prefix }}/bin/emacs --fg-daemon
|
||||
ExecStop={{ prefix }}/bin/emacsclient --eval "(kill-emacs)"
|
||||
Environment=SSH_AUTH_SOCK=%t/keyring/ssh
|
||||
Restart=on-failure
|
||||
|
||||
|
|
Loading…
Reference in a new issue