diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-10-18 01:20:03 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-10-18 01:20:06 +0200 |
commit | 86b2e20a5e5abf222fb81edcb5d58d012e35cbaa (patch) | |
tree | b7bd5517f61134fdfda64557215b6a681cd796ac /Makefile.am | |
parent | 600b704eb0fe4b4fd2901017082254634823f02d (diff) |
units: rework systemd-exit.service to terminate systemd via signal rather than bus
This should make session termination more reliable, as D-Bus doesn't
have to be around anymore for this to succeed.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 8e88c42c8f..e1eb03408d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3613,6 +3613,7 @@ SED_PROCESS = \ -e 's,@rootprefix\@,$(rootprefix),g' \ -e 's,@udevlibexecdir\@,$(udevlibexecdir),g' \ -e 's,@sushell\@,$(sushell),g' \ + -e 's,@KILL\@,$(KILL),g' \ -e 's,@QUOTAON\@,$(QUOTAON),g' \ -e 's,@QUOTACHECK\@,$(QUOTACHECK),g' \ -e 's,@SYSTEM_SYSVINIT_PATH\@,$(sysvinitdir),g' \ |