From 8a0d39eebe47adcbd5e02ffa73416b455f692966 Mon Sep 17 00:00:00 2001 From: "Douglas R. Reno" Date: Sat, 28 Sep 2019 03:04:03 +0000 Subject: 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 --- chapter07/systemd-custom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chapter07') 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 Enable system-wide process lingering: You can set KillUserProcesses=no in - /etc/logind.conf to enable process lingering + /etc/systemd/logind.conf 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. @@ -254,7 +254,7 @@ EOF Disable at build-time: You can enable lingering by default while building systemd by adding the switch - -Ddefault-kill-user-processes=no to the + -Ddefault-kill-user-processes=false to the meson command for systemd. This completely disables the ability of systemd to kill user processes at session end. -- cgit v1.2.3-54-g00ecf