aboutsummaryrefslogtreecommitdiff
path: root/SystemD/.config/systemd/user
diff options
context:
space:
mode:
Diffstat (limited to 'SystemD/.config/systemd/user')
-rw-r--r--SystemD/.config/systemd/user/emacs.service4
1 files changed, 2 insertions, 2 deletions
diff --git a/SystemD/.config/systemd/user/emacs.service b/SystemD/.config/systemd/user/emacs.service
index c410445..d7ba157 100644
--- a/SystemD/.config/systemd/user/emacs.service
+++ b/SystemD/.config/systemd/user/emacs.service
@@ -3,8 +3,8 @@ Description=Emacs
[Service]
Type=forking
-ExecStart=/usr/local/bin/emacs --bg-daemon=MAIN
-ExecStop=/usr/local/bin/emacsclient --socket-name=MAIN --eval "(kill-emacs)"
+ExecStart=/usr/bin/emacs --bg-daemon=MAIN
+ExecStop=/usr/bin/emacsclient --socket-name=MAIN --eval "(kill-emacs)"
Restart=on-failure
TimeoutStartSec=0