Changeset c463c87 for server


Ignore:
Timestamp:
07/16/2014 06:26:45 AM (10 years ago)
Author:
Christopher Gregory <cjg@…>
Branches:
gnome
Children:
85ec85ef
Parents:
26169e99
Message:

Removed excess white space and updated systemd instructions on svnserver autofs bluez fcron sysstat nfs-utils ntp rsync samba wpa_supplicant
avahi mariadb postgresql exim postfix apache bind proftpd vsftpd openldap unbound xinetd and clutter pages

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

Location:
server
Files:
11 edited

Legend:

Unmodified
Added
Removed
  • server/databases/mariadb.xml

    r26169e99 rc463c87  
    373373
    374374<screen role="root"><userinput>make install-mysqld</userinput></screen>
     375
     376      <para>As the <systemitem class="username">root</systemitem> user,
     377      use the new systemd unit to start <command>mysqld</command>:</para>
     378
     379<screen role="root"><userinput>systemctl start mysqld.service</userinput></screen>
    375380
    376381    </sect3>
  • server/databases/postgresql.xml

    r26169e99 rc463c87  
    262262<screen role="root"><userinput>make install-postgresql</userinput></screen>
    263263
     264      <para>As the <systemitem class="username">root</systemitem> user,
     265      use the new systemd unit to start <command>postgresql</command>:</para>
     266
     267<screen role="root"><userinput>systemctl start postgresql.service</userinput></screen>
     268
    264269    </sect3>
    265270
  • server/mail/exim.xml

    r26169e99 rc463c87  
    295295<screen role="root"><userinput>make install-exim</userinput></screen>
    296296
     297      <para>As the <systemitem class="username">root</systemitem> user,
     298      use the new systemd unit to start <command>exim</command>:</para>
     299
     300<screen role="root"><userinput>systemctl start exim.service</userinput></screen>
    297301    </sect3>
    298302
  • server/mail/postfix.xml

    r26169e99 rc463c87  
    419419
    420420<screen role="root"><userinput>make install-postfix</userinput></screen>
     421
     422      <para>As the <systemitem class="username">root</systemitem> user,
     423      use the new systemd unit to start <command>postfix</command>:</para>
     424
     425<screen role="root"><userinput>systemctl start postfix.service</userinput></screen>
    421426
    422427    </sect3>
  • server/major/apache.xml

    r26169e99 rc463c87  
    272272<screen role="root"><userinput>make install-httpd</userinput></screen>
    273273
     274      <para>As the <systemitem class="username">root</systemitem> user,
     275      use the new systemd unit to start <command>httpd</command>:</para>
     276
     277<screen role="root"><userinput>systemctl start httpd.service</userinput></screen>
    274278    </sect3>
    275279
  • server/major/bind.xml

    r26169e99 rc463c87  
    427427<screen role="root"><userinput>make install-named</userinput></screen>
    428428
     429      <para>As the <systemitem class="username">root</systemitem> user,
     430      use the new systemd unit to start <command>named</command>:</para>
     431
     432<screen role="root"><userinput>systemctl start named.service</userinput></screen>
    429433    </sect3>
    430434
  • server/major/proftpd.xml

    r26169e99 rc463c87  
    247247<screen role="root"><userinput>make install-proftpd</userinput></screen>
    248248
     249      <para>As the <systemitem class="username">root</systemitem> user,
     250      use the new systemd unit to start <command>proftpd</command>:</para>
     251
     252<screen role="root"><userinput>systemctl start proftpd.service</userinput></screen>
     253
    249254    </sect3>
    250255
  • server/major/vsftpd.xml

    r26169e99 rc463c87  
    191191<screen role="root"><userinput>make install-vsftpd</userinput></screen>
    192192
     193      <para>As the <systemitem class="username">root</systemitem> user,
     194      use the new systemd unit to start <command>vsftpd</command>:</para>
     195
     196<screen role="root"><userinput>systemctl start vsftpd.service</userinput></screen>
    193197    </sect3>
    194198
  • server/other/openldap.xml

    r26169e99 rc463c87  
    436436
    437437      <para>
    438         Start the LDAP server using the init script:
    439       </para>
    440 
    441 <screen role="root"><userinput>/etc/rc.d/init.d/slapd start</userinput></screen>
     438        Start the LDAP server using the init script as the <systemitem class="username">root</systemitem> user:
     439      </para>
     440
     441<screen role="root"><userinput>systemctl start slapd.service</userinput></screen>
    442442
    443443      <para>
  • server/other/unbound.xml

    r26169e99 rc463c87  
    224224
    225225<screen role="root"><userinput>make install-unbound</userinput></screen>
     226
     227      <para>As the <systemitem class="username">root</systemitem> user,
     228      use the new systemd unit to start <command>unbound</command>:</para>
     229
     230<screen role="root"><userinput>systemctl start unbound.service</userinput></screen>
    226231
    227232    </sect3>
  • server/other/xinetd.xml

    r26169e99 rc463c87  
    412412
    413413      <para>As the <systemitem class="username">root</systemitem> user,
    414       use the new boot script to start <command>xinetd</command>:</para>
    415 
    416 <screen role="root"><userinput>/etc/rc.d/init.d/xinetd start</userinput></screen>
     414      use the new systemd unit to start <command>xinetd</command>:</para>
     415
     416<screen role="root"><userinput>systemctl start xinetd.service</userinput></screen>
    417417
    418418      <para>Check the <filename>/var/log/daemon.log</filename> to ensure the
Note: See TracChangeset for help on using the changeset viewer.