aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Ingebrigtsen2020-08-14 18:56:36 +0200
committerLars Ingebrigtsen2020-08-14 18:56:36 +0200
commit19fa8b7ca3f3077883a6aa10a09a887e93a755ea (patch)
treecd7f4095298f8b85218b82e752f6538a289d378d
parent8ff5e346febf234b4d9152f636cda478c404948a (diff)
downloademacs-19fa8b7ca3f3077883a6aa10a09a887e93a755ea.tar.gz
emacs-19fa8b7ca3f3077883a6aa10a09a887e93a755ea.zip
Note that Emacs needs systemd support if systemd is used to stop/start
* etc/NEWS: Note that Emacs needs to be built with systemd support systemd is used to stop/start Emacs (bug#42242). Change suggested by Bhavin Gandhi <bhavin7392@gmail.com>
-rw-r--r--etc/NEWS9
1 files changed, 5 insertions, 4 deletions
diff --git a/etc/NEWS b/etc/NEWS
index ffa1ba4a891..1dba5b56512 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -231,10 +231,11 @@ it won't work right without some adjustment:
231 231
232** Emacs now notifies systemd when startup finishes or shutdown begins. 232** Emacs now notifies systemd when startup finishes or shutdown begins.
233Units that are ordered after 'emacs.service' will only be started 233Units that are ordered after 'emacs.service' will only be started
234after Emacs has finished initialization and is ready for use. 234after Emacs has finished initialization and is ready for use, and
235(If your Emacs is installed in a non-standard location and you copied the 235Emacs needs to be built with systemd support. (If your Emacs is
236emacs.service file to e.g. "~/.config/systemd/user/", you will need to copy 236installed in a non-standard location and you copied the emacs.service
237the new version of the file again.) 237file to e.g. "~/.config/systemd/user/", you will need to copy the new
238version of the file again.)
238 239
239 240
240* Changes in Emacs 27.1 241* Changes in Emacs 27.1