]> git.eshelyaron.com Git - emacs.git/commitdiff
Partially revert previous patch to emacs.service
authorLars Ingebrigtsen <larsi@gnus.org>
Tue, 13 Oct 2020 03:48:13 +0000 (05:48 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Tue, 13 Oct 2020 03:48:13 +0000 (05:48 +0200)
* 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

index 0dc2418269ed6a98931ff82c6ecc6f55e05eeeb3..c99c6779f58e7c30ff1fae7c44e4e34c1ebc367c 100644 (file)
@@ -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.