projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b45079
)
Partially revert previous patch to emacs.service
author
Lars Ingebrigtsen
<larsi@gnus.org>
Tue, 13 Oct 2020 03:48:13 +0000
(
05:48
+0200)
committer
Lars 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
patch
|
blob
|
history
diff --git
a/etc/emacs.service
b/etc/emacs.service
index 0dc2418269ed6a98931ff82c6ecc6f55e05eeeb3..c99c6779f58e7c30ff1fae7c44e4e34c1ebc367c 100644
(file)
--- 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.