From: Lars Ingebrigtsen Date: Tue, 13 Oct 2020 03:48:13 +0000 (+0200) Subject: Partially revert previous patch to emacs.service X-Git-Tag: emacs-28.0.90~5656 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=45cb0403deeba1cc121147b1884e7fea6cd15338;p=emacs.git 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." --- 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.