Ignore:
Timestamp:
07/20/2014 12:26:55 AM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
systemd-11177
Children:
7de9746
Parents:
7edfe43
Message:

Begin merging Christophers work into systemd branch part 3.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@13490 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 moved

Legend:

Unmodified
Added
Removed
  • general/sysutils/autofs-systemd.xml

    r7edfe43 rbdbc765b  
    115115
    116116./configure --prefix=/         \
     117            --with-systemd     \
    117118            --without-openldap \
    118119            --mandir=/usr/share/man &amp;&amp;
     
    136137
    137138    <para>
    138       <option>--with-libtirpc</option>: This switch enables libtirpc support if
    139       available.
     139      <option>--with-systemd</option>: This switch enables installation of the
     140      systemd units.
    140141    </para>
    141142
     
    253254      <title>Boot Script</title>
    254255
    255       <para> <application>autofs</application> installs its own boot script,
    256       but it has no capability for logging or visual conformance with other
    257       BLFS scripts.</para>
    258 
    259       <para>Install the <filename>/etc/init.d/autofs</filename> mount script
    260       included with the <xref linkend="bootscripts"/> package.</para>
     256      <para>To start the <application>Autofs</application> at boot,
     257      enable the previously installed systemd unit by running
     258      the following command as the
     259      <systemitem class="username">root</systemitem> user:</para>
     260
    261261
    262262      <indexterm zone="autofs autofs-init">
     
    264264      </indexterm>
    265265
    266 <screen role="root"><userinput>make install-autofs</userinput></screen>
    267 
    268       <para>The time-out variable is set in
    269       <filename>/etc/sysconfig/autofs.conf</filename>. The installed file sets
    270       a default of 60 seconds of inactivity before unmounting the device.  A
    271       much shorter time may be necessary to protect buffer writing to a floppy
    272       if users tend to remove the media prior to the timeout setting.</para>
     266<screen role="root"><userinput>systemctl enable autofs</userinput></screen>
     267
     268      <note>
     269        <para>
     270          You can also specify <envar>OPTIONS</envar> variable in
     271          <filename>/etc/sysconfig/autofs</filename> with  any additional
     272          parameters that you might want to pass to the automount daemon.
     273        </para>
     274      </note>
    273275
    274276    </sect3>
Note: See TracChangeset for help on using the changeset viewer.