mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
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."
This commit is contained in:
parent
1b45079ffa
commit
45cb0403de
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue