Skip to content

Commit

Permalink
HPCC-13583 DOCS:systemd init usage
Browse files Browse the repository at this point in the history
FIX HPCC-13583 DOCS:systemd init usage
Add correctly formatted heading title to the
systemd init script usage section.

Signed-off-by: G Panagiotatos <greg.panagiotatos@lexisnexis.com>
  • Loading branch information
g-pan committed Jun 16, 2016
1 parent e388f1a commit 208fc8e
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2753,20 +2753,20 @@ sudo /etc/init.d/hpcc-init -c esp start
<para>The second set has the same output to STDOUT/STDERROR as
directly invoking /etc/init.d/&lt;hpcc-init|dafilesrv&gt;</para>

<para>Use either: </para>
<para>Use either:</para>

<programlisting>sudo service &lt;service&gt; &lt;start|stop|restart&gt;</programlisting>

<para>or </para>
<para>or</para>

<programlisting>sudo systemctl &lt;start|stop|restart&gt; &lt;full_service_name&gt; </programlisting>

<para>The systemd displays the service status in it's own format.
</para>
<para>The systemd displays the service status in it's own
format.</para>

<programlisting>sudo service &lt;service&gt; status </programlisting>

<para>or </para>
<para>or</para>

<programlisting>sudo systemctl status &lt;full_service_name&gt; </programlisting>

Expand All @@ -2784,7 +2784,7 @@ sudo /etc/init.d/hpcc-init -c esp start
<para>HPCC uninstall will automatically remove HPCC services from
active list and /etc/systemd/system/ directory.</para>

<sect3>
<sect3 id="hpcc-init_sysd_svc_usage">
<title id="hpcc_systemd_usage">hpcc-init systemd service
usage</title>

Expand Down

0 comments on commit 208fc8e

Please sign in to comment.