Ignore:
Timestamp:
06/29/2020 07:55:01 AM (4 years ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib-10.1
Children:
c4804e8
Parents:
d4fdde6
Message:

Update to new lfs structure

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

File:
1 moved

Legend:

Unmodified
Added
Removed
  • chapter09/systemd-custom.xml

    rd4fdde6 r37e35d2  
    5050
    5151    <para>By default, <filename class="directory">/tmp</filename> is created as
    52     a tmpfs. If this is not desired, it can be overridden by the following:</para>
     52    a tmpfs. If this is not desired, it can be overridden by executing the
     53    following command:</para>
    5354
    5455<screen role="nodump"><userinput>ln -sfv /dev/null /etc/systemd/system/tmp.mount</userinput></screen>
     
    5657    <para>Alternatively, if a a separate partition for
    5758    <filename class="directory">/tmp</filename> is desired, specify that
    58     partition in an <filename>/etc/fstab</filename> entry.</para>
     59    partition in a <filename>/etc/fstab</filename> entry.</para>
    5960
    6061    <warning>
     
    8889    files with the same name in
    8990    <filename class="directory">/usr/lib/tmpfiles.d</filename>. See
    90     <filename>tmpfiles.d(5)</filename> manual page  for file format
     91    <filename>tmpfiles.d(5)</filename> manual page for file format
    9192    details.</para>
    9293
     
    104105      which in turn references type d (directory). This then creates the
    105106      specified directory if is is not present and adjusts the permissions
    106       and ownership as specified.  Contents of the directory will be
     107      and ownership as specified. Contents of the directory will be
    107108      subject to time based cleanup if the age argument is specified.
    108109     </para>
     
    122123    <title>Overriding Default Services Behavior</title>
    123124
    124     <para>The parameter of a unit can be overriden by creating a directory
     125    <para>The parameters of a unit can be overriden by creating a directory
    125126    and a configuration file in <filename
    126127    class="directory">/etc/systemd/system</filename>. For example:</para>
     
    181182    <para>Logging on a system booted with systemd is handled with
    182183    systemd-journald (by default), rather than a typical unix syslog daemon.
    183     You can also add a normal syslog daemon and have both work side by
     184    You can also add a normal syslog daemon and have both operate side by
    184185    side if desired. The systemd-journald program stores journal entries in a
    185186    binary format rather than a plain text log file. To assist with
     
    203204       </listitem>
    204205       <listitem>
    205          <para><command>journalctl -f</command>: povides functionality similar
     206         <para><command>journalctl -f</command>: provides functionality similar
    206207         to tail -f (follow).</para>
    207208       </listitem>
     
    216217    when a daemon process crashes. On systemd booted systems the core
    217218    dumping is handled by <command>systemd-coredump</command>.  It will
    218     log the core dump into the journal and store the core dump itself in
     219    log the core dump in the journal and store the core dump itself in
    219220    <filename class="directory">/var/lib/systemd/coredump</filename>.
    220     To retrieve and process core dumps, <command>coredumpctl</command>
     221    To retrieve and process core dumps, the <command>coredumpctl</command>
    221222    tool is provided.  Here are some examples of frequently used commands:
    222223    </para>
     
    225226      <listitem>
    226227        <para><command>coredumpctl -r</command>: lists all core dumps in
    227         reversed chronological order.</para>
    228       </listitem>
    229       <listitem>
    230         <para><command>coredumpctl -1 info</command>: show the information
    231         of the last core dump.</para>
    232       </listitem>
    233       <listitem>
    234         <para><command>coredumpctl -1 debug</command>: load the last core
     228        reverse chronological order.</para>
     229      </listitem>
     230      <listitem>
     231        <para><command>coredumpctl -1 info</command>: shows the information
     232        from the last core dump.</para>
     233      </listitem>
     234      <listitem>
     235        <para><command>coredumpctl -1 debug</command>: loads the last core
    235236        dump into <ulink url="&blfs-book;general/gdb.html">GDB</ulink>.
    236237        </para>
     
    250251EOF</userinput></screen>
    251252
    252     <para>See <filename>systemd-coredump(8)</filename>,
     253    <para>See the <filename>systemd-coredump(8)</filename>,
    253254    <filename>coredumpctl(1)</filename>, and
    254255    <filename>coredump.conf.d(5)</filename> manual pages for more
     
    285286          after the user session has ended, but breaks backwards compatibility
    286287          with tools like <command>nohup</command> and utilities that use
    287           <function>deamon()</function>.
     288          <function>daemon()</function>.
    288289        </para>
    289290      </listitem>
     
    299300      <listitem>
    300301        <para>
    301           <emphasis>Disable at build-time</emphasis>: You can enable
     302          <emphasis>Disable at build-time</emphasis>: You can disable
    302303          lingering by default while building systemd by adding the switch
    303304          <parameter>-Ddefault-kill-user-processes=false</parameter> to the
Note: See TracChangeset for help on using the changeset viewer.