diff options
author | Case Duckworth | 2022-06-15 15:29:06 -0500 |
---|---|---|
committer | Case Duckworth | 2022-06-15 15:29:06 -0500 |
commit | 910ae4808e4081aa88255e934cac68d72a501d3a (patch) | |
tree | 8a4cba0bf44c2294bac11b3f9b9d9c8e526f6168 /systemd | |
parent | XDG-ninja (diff) | |
download | etc-910ae4808e4081aa88255e934cac68d72a501d3a.tar.gz etc-910ae4808e4081aa88255e934cac68d72a501d3a.zip |
Change emacsclient path
Diffstat (limited to 'systemd')
-rw-r--r-- | systemd/user/emacs.service | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/systemd/user/emacs.service b/systemd/user/emacs.service index 6a333d4..57a7e50 100644 --- a/systemd/user/emacs.service +++ b/systemd/user/emacs.service | |||
@@ -4,9 +4,9 @@ Documentation=info:emacs man:emacs(1) https://gnu.org/software/emacs/ | |||
4 | 4 | ||
5 | [Service] | 5 | [Service] |
6 | Type=forking | 6 | Type=forking |
7 | ExecStart=/usr/bin/emacs --daemon | 7 | ExecStart=/home/case/.local/bin/emacs --daemon |
8 | ExecStop=/usr/bin/emacsclient --eval "(kill-emacs)" | 8 | ExecStop=/home/case/.local/bin/emacsclient --eval "(kill-emacs)" |
9 | Restart=on-failure | 9 | Restart=on-always |
10 | 10 | ||
11 | [Install] | 11 | [Install] |
12 | WantedBy=default.target \ No newline at end of file | 12 | WantedBy=default.target |