Ignore:
Timestamp:
05/16/2019 06:29:32 AM (5 years ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib-10.1
Children:
4a8482f
Parents:
8c5e7286
Message:

Merge changes from trunk

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@11606 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/systemd.xml

    r8c5e7286 r01ffc23  
    199199<screen><userinput remap="adjust">systemd-machine-id-setup</userinput></screen>
    200200
    201     <para>Create the <filename>/lib/systemd/systemd-user-sessions</filename>
    202     script to allow unprivileged user logins without
     201    <para>Prevent systemd from creating <filename>/run/nologin</filename>
     202    to allow unprivileged user logins without
    203203    <application>systemd-logind</application>:</para>
    204204
    205 <screen><userinput remap="adjust">cat &gt; /lib/systemd/systemd-user-sessions &lt;&lt; "EOF"
    206 #!/bin/bash
    207 rm -f /run/nologin
    208 EOF
    209 chmod 755 /lib/systemd/systemd-user-sessions</userinput></screen>
     205<screen><userinput remap="adjust">rm -f /usr/lib/tmpfiles.d/systemd-nologin.conf</userinput></screen>
    210206
    211207  </sect2>
Note: See TracChangeset for help on using the changeset viewer.