about summary refs log tree commit diff stats
path: root/systemd/user/emacs.service
diff options
context:
space:
mode:
Diffstat (limited to 'systemd/user/emacs.service')
-rw-r--r--systemd/user/emacs.service12
1 files changed, 0 insertions, 12 deletions
diff --git a/systemd/user/emacs.service b/systemd/user/emacs.service deleted file mode 100644 index 57a7e50..0000000 --- a/systemd/user/emacs.service +++ /dev/null
@@ -1,12 +0,0 @@
1[Unit]
2Description=Emacs text editor
3Documentation=info:emacs man:emacs(1) https://gnu.org/software/emacs/
4
5[Service]
6Type=forking
7ExecStart=/home/case/.local/bin/emacs --daemon
8ExecStop=/home/case/.local/bin/emacsclient --eval "(kill-emacs)"
9Restart=on-always
10
11[Install]
12WantedBy=default.target