Ignore:
Timestamp:
07/20/2014 04:09:40 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.6-blfs, 7.6-systemd, kde5-14269, kde5-14686, systemd-13485
Children:
7abfb10
Parents:
d948da6
Message:

Convert cups and cups-filters to systemd.

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

File:
1 moved

Legend:

Unmodified
Added
Removed
  • pst/printing/cups-filters-systemd.xml

    rd948da6 rc2bcc50  
    151151<screen role="root"><userinput>make install</userinput></screen>
    152152
     153    <para>
     154      Install the systemd unit by running the following command as the
     155      <systemitem class="username">root</systemitem> user:
     156    </para>
     157
     158<screen role="root"><userinput>install -v -m644 utils/cups-browsed.service /lib/systemd/system/cups-browsed.service</userinput></screen>
     159
    153160  </sect2>
    154161
     
    194201  </sect2>
    195202
    196 <!-- TODO: Write a bootscript for cups-browsed -->
     203  <sect2 role="configuration">
     204    <title>Configuring Cups Filters</title>
     205
     206    <sect3 id="cups-filters-init">
     207      <title>Systemd Units</title>
     208
     209      <para>
     210        To start the <command>cups-browsed</command> daemon at boot, enable
     211        the previously installed systemd unit by running the following command
     212        as the <systemitem class="username">root</systemitem> user:
     213      </para>
     214
     215      <indexterm zone="cups-filters cups-filters-init">
     216        <primary sortas="f-cups-browsed">cups-browsed</primary>
     217      </indexterm>
     218
     219<screen role="root"><userinput>systemctl enable cups-browsed</userinput></screen>
     220
     221    </sect3>
     222
     223  </sect2>
    197224
    198225  <sect2 role="content">
Note: See TracChangeset for help on using the changeset viewer.