GNU bug report logs -
#31521
[PATCH] * src/emacs.c (kill-emacs): notify systemd
Previous Next
Reported by: Lucas Werkmeister <mail <at> lucaswerkmeister.de>
Date: Fri, 18 May 2018 20:28:02 UTC
Severity: wishlist
Tags: fixed, patch
Merged with 31498
Fixed in version 27.1
Done: Noam Postavsky <npostavs <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
Message #7 received at control <at> debbugs.gnu.org (full text, mbox):
severity 31498 wishlist
severity 31521 wishlist
quit
Thanks, the patch seems straightforward enough. Just a few minor
comments about formatting. Have you assigned copyright for Emacs? The
patch is small enough to go in anyway, it would just have to be marked.
Lucas Werkmeister <mail <at> lucaswerkmeister.de> writes:
> With --[bg-]daemon and Type=forking, systemd will only consider the
> daemon to have fully started up once the original process exits, and
> will wait until then to start units depending on the Emacs service. To
^
double space
> get the same functionality with --fg-daemon, use Type=notify instead of
> Type=simple and explicitly send a readiness notification to systemd at
> the point where the forked process would in --bg-daemon mode notify its
> parent process and cause it to exit.
> * etc/emacs.service: update Type
The ChangeLog entries should be captilalized and end with a period:
"Update Type."
> * src/emacs.c (daemon-initialized): call sd_notify()
Same here.
I think it should have a NEWS entry mentioning that Emacs now supports
this systemd notification feature. I would probably go ahead and
combine with #31521, since it's using the same feature.
This bug report was last modified 7 years and 29 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.