diff options
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. |