emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 45cb040 2/3: Partially revert previous patch to emacs.service


From: Lars Ingebrigtsen
Subject: master 45cb040 2/3: Partially revert previous patch to emacs.service
Date: Tue, 13 Oct 2020 00:53:00 -0400 (EDT)

branch: master
commit 45cb0403deeba1cc121147b1884e7fea6cd15338
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    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 0dc2418..c99c677 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]