Browse Source

[emacs] Systemd script uses local now

Colin Powell 3 years ago
parent
commit
ea323346e3
1 changed files with 2 additions and 2 deletions
  1. 2 2
      systemd/.config/systemd/user/emacs.service

+ 2 - 2
systemd/.config/systemd/user/emacs.service

@@ -3,8 +3,8 @@ Description=Emacs: the extensible, self-documenting text editor
 
 
 [Service]
 [Service]
 Type=forking
 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
 Environment=SSH_AUTH_SOCK=%t/keyring/ssh
 Restart=on-failure
 Restart=on-failure