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/sysstat-systemd.xml

    r459c449 r47e9f6b0  
    9090<screen role="root"><userinput>make install</userinput></screen>
    9191
     92    <para>
     93      Install the systemd unit by running the following command as the
     94      <systemitem class="username">root</systemitem> user:
     95    </para>
     96
     97<screen role="root"><userinput>install -v -m644 sysstat.service /lib/systemd/system/sysstat.service</userinput></screen>
     98
    9299  </sect2>
    93100
     
    176183      <para>At system startup, a LINUX RESTART message must be inserted in the
    177184      daily data file to reinitialize the kernel counters. This can be
    178       automated by installing the <filename>/etc/rc.d/init.d/sysstat</filename>
    179       init script included in the <xref linkend="bootscripts"/>
    180       package using the following command as the
     185      automated by enabling the previously installed systemd unit
     186      using the following command as the
    181187      <systemitem class="username">root</systemitem> user:</para>
    182188
    183 <screen role="root"><userinput>make install-sysstat</userinput></screen>
     189<screen role="root"><userinput>systemctl enable sysstat</userinput></screen>
    184190
    185191    </sect3>
Note: See TracChangeset for help on using the changeset viewer.