|
@@ -3,8 +3,8 @@ Description=Emacs: the extensible, self-documenting text editor
|
|
|
|
|
|
[Service]
|
|
|
Type=forking
|
|
|
-ExecStart=/usr/bin/emacs --daemon
|
|
|
-ExecStop=/usr/bin/emacsclient --eval "(kill-emacs)"
|
|
|
+ExecStart=/usr/local/bin/emacs --daemon
|
|
|
+ExecStop=/usr/local/bin/emacsclient --eval "(kill-emacs)"
|
|
|
Environment=SSH_AUTH_SOCK=%t/keyring/ssh
|
|
|
Restart=on-failure
|
|
|
|