summaryrefslogtreecommitdiffstats
path: root/sysemd/.config/systemd/user/emacs.service
diff options
context:
space:
mode:
authorGravatar Tom Willemse2014-08-21 00:20:30 +0200
committerGravatar Tom Willemse2014-08-21 00:20:30 +0200
commitc7eef6ebcf9f90e7a5aabf7d126263aa9da2eabb (patch)
tree19fa57e20f25e3e23ddb98ceb0abe0c530706411 /sysemd/.config/systemd/user/emacs.service
parenta817e7d55c35aac2503c1bc39f27f600bf57e27e (diff)
downloaddotfiles-c7eef6ebcf9f90e7a5aabf7d126263aa9da2eabb.tar.gz
dotfiles-c7eef6ebcf9f90e7a5aabf7d126263aa9da2eabb.zip
Rename sysemd -> systemd
Diffstat (limited to 'sysemd/.config/systemd/user/emacs.service')
-rw-r--r--sysemd/.config/systemd/user/emacs.service12
1 files changed, 0 insertions, 12 deletions
diff --git a/sysemd/.config/systemd/user/emacs.service b/sysemd/.config/systemd/user/emacs.service
deleted file mode 100644
index 5436721..0000000
--- a/sysemd/.config/systemd/user/emacs.service
+++ /dev/null
@@ -1,12 +0,0 @@
-# -*- mode: conf-unix; -*-
-[Unit]
-Description=Emacs: the extensible, self-documenting text editor
-
-[Service]
-Type=forking
-ExecStart=/usr/bin/emacs --daemon
-ExecStop=/usr/bin/emacsclient --eval "(kill-emacs)"
-Restart=always
-
-[Install]
-WantedBy=default.target