aboutsummaryrefslogtreecommitdiff
path: root/SystemD
diff options
context:
space:
mode:
authorAryadev Chavali <aryadev@aryadevchavali.com>2025-10-29 00:32:09 +0000
committerAryadev Chavali <aryadev@aryadevchavali.com>2025-10-29 00:32:09 +0000
commitc53d9647c1a642057014d8efd7d7b88a8c1b1f47 (patch)
treeaa387993a8550df98ca501617a8ec4270a096fd7 /SystemD
parentb05741b9611459ac16f88cca615c2b0c8432e0fe (diff)
downloaddotfiles-c53d9647c1a642057014d8efd7d7b88a8c1b1f47.tar.gz
dotfiles-c53d9647c1a642057014d8efd7d7b88a8c1b1f47.tar.bz2
dotfiles-c53d9647c1a642057014d8efd7d7b88a8c1b1f47.zip
Some light yakshaving
Diffstat (limited to 'SystemD')
-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 b0e76f8..d7a260c 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/bin/emacs --bg-daemon
-ExecStop=/usr/bin/emacsclient --eval "(kill-emacs)"
+ExecStart=/usr/local/bin/emacs --daemon
+ExecStop=/usr/local/bin/emacsclient --eval "(kill-emacs)"
Restart=on-failure
TimeoutStartSec=0