diff options
| author | Lars Ingebrigtsen | 2020-08-14 18:56:36 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2020-08-14 18:56:36 +0200 |
| commit | 19fa8b7ca3f3077883a6aa10a09a887e93a755ea (patch) | |
| tree | cd7f4095298f8b85218b82e752f6538a289d378d | |
| parent | 8ff5e346febf234b4d9152f636cda478c404948a (diff) | |
| download | emacs-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/NEWS | 9 |
1 files changed, 5 insertions, 4 deletions
| @@ -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. |
| 233 | Units that are ordered after 'emacs.service' will only be started | 233 | Units that are ordered after 'emacs.service' will only be started |
| 234 | after Emacs has finished initialization and is ready for use. | 234 | after 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 | 235 | Emacs needs to be built with systemd support. (If your Emacs is |
| 236 | emacs.service file to e.g. "~/.config/systemd/user/", you will need to copy | 236 | installed in a non-standard location and you copied the emacs.service |
| 237 | the new version of the file again.) | 237 | file to e.g. "~/.config/systemd/user/", you will need to copy the new |
| 238 | version of the file again.) | ||
| 238 | 239 | ||
| 239 | 240 | ||
| 240 | * Changes in Emacs 27.1 | 241 | * Changes in Emacs 27.1 |