From 9de8d2adc32f9f3a404be41cf206b94865146a42 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Fri, 16 Nov 2018 09:32:20 -0500 Subject: systemd: Use the now-stock emacs.service --- .../systemd/user/default.target.wants/emacs-daemon.service | 1 - .config/systemd/user/default.target.wants/emacs.service | 1 + .config/systemd/user/emacs-daemon.service | 12 ------------ 3 files changed, 1 insertion(+), 13 deletions(-) delete mode 120000 .config/systemd/user/default.target.wants/emacs-daemon.service create mode 120000 .config/systemd/user/default.target.wants/emacs.service delete mode 100644 .config/systemd/user/emacs-daemon.service diff --git a/.config/systemd/user/default.target.wants/emacs-daemon.service b/.config/systemd/user/default.target.wants/emacs-daemon.service deleted file mode 120000 index e3a3cc0..0000000 --- a/.config/systemd/user/default.target.wants/emacs-daemon.service +++ /dev/null @@ -1 +0,0 @@ -../emacs-daemon.service \ No newline at end of file diff --git a/.config/systemd/user/default.target.wants/emacs.service b/.config/systemd/user/default.target.wants/emacs.service new file mode 120000 index 0000000..003173b --- /dev/null +++ b/.config/systemd/user/default.target.wants/emacs.service @@ -0,0 +1 @@ +/usr/lib/systemd/user/emacs.service \ No newline at end of file diff --git a/.config/systemd/user/emacs-daemon.service b/.config/systemd/user/emacs-daemon.service deleted file mode 100644 index 31aa22e..0000000 --- a/.config/systemd/user/emacs-daemon.service +++ /dev/null @@ -1,12 +0,0 @@ -[Unit] -Description=Emacs deamon - -[Service] -Type=forking -ExecStart=/usr/bin/env emacs --daemon -ExecStop=/usr/bin/env emacsclient -a false -e '(kill-emacs)' -SyslogIdentifier=emacs -Restart=always - -[Install] -WantedBy=default.target -- cgit v1.1-4-g5e80