diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/systemd.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter06/systemd.xml b/chapter06/systemd.xml index f90e95498..0ab31d38d 100644 --- a/chapter06/systemd.xml +++ b/chapter06/systemd.xml @@ -197,15 +197,15 @@ meson --prefix=/usr \ <screen><userinput remap="install">rm -f /usr/bin/xsltproc</userinput></screen> - <para>Remove symbolic links to Util-Linux libraries:</para> - -<screen><userinput remap="install">rm -fv /usr/lib/lib{blkid,uuid,mount}.so*</userinput></screen> - <para>Create the <filename>/etc/machine-id</filename> file needed by <command>systemd-journald</command>:</para> <screen><userinput remap="adjust">systemd-machine-id-setup</userinput></screen> + <para>Remove symbolic links to Util-Linux libraries:</para> + +<screen><userinput remap="install">rm -fv /usr/lib/lib{blkid,uuid,mount}.so*</userinput></screen> + <para>Prevent systemd from creating <filename>/run/nologin</filename> to allow unprivileged user logins without <application>systemd-logind</application>:</para> |