Update path of emacs
This commit is contained in:
parent
65c12f6edb
commit
0953ed32a4
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@ Documentation=info:emacs man:emacs(1) https://gnu.org/software/emacs/
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=forking
|
Type=forking
|
||||||
ExecStart=/usr/local/bin/emacs --daemon
|
ExecStart=emacs --daemon
|
||||||
ExecStop=/usr/local/bin/emacsclient --eval "(kill-emacs)"
|
ExecStop=emacsclient --eval "(kill-emacs)"
|
||||||
Environment=SSH_AUTH_SOCK=%t/keyring/ssh
|
Environment=SSH_AUTH_SOCK=%t/keyring/ssh
|
||||||
Restart=on-failure
|
Restart=on-failure
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue