about summary refs log tree commit diff stats
path: root/systemd
diff options
context:
space:
mode:
authorCase Duckworth2023-05-13 23:50:35 -0500
committerCase Duckworth2023-05-13 23:50:35 -0500
commit832af38380ba5b6a020b034059b4bc5ff7443ded (patch)
treefce4708280ff964d80a9808ed6826a1f3799e804 /systemd
parentuhhhh (diff)
downloadetc-832af38380ba5b6a020b034059b4bc5ff7443ded.tar.gz
etc-832af38380ba5b6a020b034059b4bc5ff7443ded.zip
uhhh
Diffstat (limited to 'systemd')
-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