Ignore:
Timestamp:
07/20/2014 01:00:51 AM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.6-blfs, 7.6-systemd, kde5-14269, kde5-14686, systemd-13485
Children:
6bc6c1c
Parents:
459c449
Message:

Begin merging Christophers work into systemd branch part 4.

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

File:
1 moved

Legend:

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

    r459c449 r47e9f6b0  
    8787    <title>Installation of Fcron</title>
    8888
    89     <para id="fcron-syslog"><application>Fcron</application> uses the cron facility
     89<!--    <para id="fcron-syslog"><application>Fcron</application> uses the cron facility
    9090    of <command>syslog</command> to log all messages. Since LFS
    9191    does not set up this facility in <filename>/etc/syslog.conf</filename>, it
     
    111111    <systemitem class='username'>root</systemitem> user).</para>
    112112
    113 <screen role="root"><userinput>/etc/rc.d/init.d/sysklogd reload</userinput></screen>
     113<screen role="root"><userinput>/etc/rc.d/init.d/sysklogd reload</userinput></screen> -->
    114114
    115115    <para>For security reasons, an unprivileged user and group for
     
    127127            --localstatedir=/var   \
    128128            --without-sendmail     \
    129             --with-boot-install=no \
    130             --with-systemdsystemunitdir=no &amp;&amp;
     129            --with-boot-install=no &amp;&amp;
    131130make</userinput></screen>
    132131
     
    159158    installation of the bootscript included with the package.</para>
    160159
    161     <para><parameter>--with-systemdsystemunitdir=no|yes|DIR</parameter>: Use
    162     no, if you use sysvint; yes, if you use systemd, or specify the directory
    163     DIR for the systemd units.</para>
    164 
    165160    <para><option>--with-editor=<replaceable>&lt;/path/to/editor&gt;</replaceable></option>:
    166161    This switch allows you to set the default text editor.</para>
     
    227222
    228223    <sect3  id="fcron-init">
    229       <title>Boot Script</title>
    230 
    231       <para>Install the <filename>/etc/rc.d/init.d/fcron</filename>
    232       init script from the <xref linkend="bootscripts"/>
    233       package.</para>
     224      <title>Systemd Unit</title>
     225
     226      <para>To start the <command>fcron</command> daemon at boot,
     227      enable the previously installed systemd unit by running
     228      the following command as the
     229      <systemitem class="username">root</systemitem> user:</para>
    234230
    235231      <indexterm zone="fcron fcron-init">
     
    237233      </indexterm>
    238234
    239 <screen role="root"><userinput>make install-fcron</userinput></screen>
     235<screen role="root"><userinput>systemctl enable fcron</userinput></screen>
    240236
    241237    </sect3>
Note: See TracChangeset for help on using the changeset viewer.