Changeset 2328343


Ignore:
Timestamp:
06/29/2014 06:25:17 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.6-systemd, 7.7-systemd, 7.8-systemd, 7.9-systemd
Children:
f6e9c180
Parents:
ccf3782
Message:

Minor fixes to systemd-custom.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter07/systemd-custom.xml

    rccf3782 r2328343  
    3434    changed by running the following command:</para>
    3535
    36 <screen role="nodump"><userinput>mkdir -p /etc/systemd/system/getty@tty1.service.d
     36<screen role="nodump"><userinput>mkdir -pv /etc/systemd/system/getty@tty1.service.d
    3737
    3838cat &gt; /etc/systemd/system/getty@tty1.service.d/noclear.conf &lt;&lt; EOF
    39 [Service]
    40 TTYVTDisallocate=no
     39<literal>[Service]
     40TTYVTDisallocate=no</literal>
    4141EOF</userinput></screen>
    4242
     
    9191    class="directory">/etc/systemd/system</filename>. For example:</para>
    9292
    93 <screen role="nodump"><userinput>mkdir -p /etc/systemd/system/foobar.service.d
     93<screen role="nodump"><userinput>mkdir -pv /etc/systemd/system/foobar.service.d
    9494
    9595cat > /etc/systemd/system/foobar.service.d/foobar.conf &lt;&lt; EOF
    96 [Service]
     96<literal>[Service]
    9797Restart=always
    98 RestartSec=30
     98RestartSec=30</literal>
    9999EOF</userinput></screen>
    100100
Note: See TracChangeset for help on using the changeset viewer.