diff options
author | Douglas R. Reno <renodr@linuxfromscratch.org> | 2019-09-28 03:04:03 +0000 |
---|---|---|
committer | Douglas R. Reno <renodr@linuxfromscratch.org> | 2019-09-28 03:04:03 +0000 |
commit | 8a0d39eebe47adcbd5e02ffa73416b455f692966 (patch) | |
tree | bec539a8762b318de151cc19ad1d0830786633f2 /chapter07 | |
parent | 49ce3296d8f47eb7859bca63d49648d1cf755f7a (diff) |
Update to systemd-243. BLFS portion coming whenever utility power is restored here.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11678 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07')
-rw-r--r-- | chapter07/systemd-custom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter07/systemd-custom.xml b/chapter07/systemd-custom.xml index 7849c7816..0f05cca6d 100644 --- a/chapter07/systemd-custom.xml +++ b/chapter07/systemd-custom.xml @@ -245,7 +245,7 @@ EOF</userinput></screen> <para> <emphasis>Enable system-wide process lingering</emphasis>: You can set <parameter>KillUserProcesses=no</parameter> in - <filename>/etc/logind.conf</filename> to enable process lingering + <filename>/etc/systemd/logind.conf</filename> to enable process lingering globally for all users. This has the benefit of leaving the old method available to all users at the expense of explicit control. </para> @@ -254,7 +254,7 @@ EOF</userinput></screen> <para> <emphasis>Disable at build-time</emphasis>: You can enable lingering by default while building systemd by adding the switch - <parameter>-Ddefault-kill-user-processes=no</parameter> to the + <parameter>-Ddefault-kill-user-processes=false</parameter> to the <command>meson</command> command for systemd. This completely disables the ability of systemd to kill user processes at session end. |