From 45cb0403deeba1cc121147b1884e7fea6cd15338 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Tue, 13 Oct 2020 05:48:13 +0200 Subject: [PATCH] Partially revert previous patch to emacs.service * etc/emacs.service (ExecStop): Partially revert previous patch for bug#37847, since: "This appears to break packages that rely on `invocation-name' to be executable." --- etc/emacs.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/emacs.service b/etc/emacs.service index 0dc2418269e..c99c6779f58 100644 --- a/etc/emacs.service +++ b/etc/emacs.service @@ -8,7 +8,7 @@ Documentation=info:emacs man:emacs(1) https://gnu.org/software/emacs/ [Service] Type=notify -ExecStart=@emacs emacsd --fg-daemon +ExecStart=emacs --fg-daemon ExecStop=emacsclient --eval "(kill-emacs)" # The location of the SSH auth socket varies by distribution, and some # set it from PAM, so don't override by default. -- 2.39.5