Fixes incorrect command syntax
The command syntax for # /etc/init.d/procps.sh restart doesn’t work, the correct one for Linux and Debian is # /etc/init.d/networking restart, for RHEL, Fedora, CentOS, OpenSUSE and SLES: # service network restart Change-Id: I82e13ef205d9fb9ad78a25674374725898dc87e1 Closes-Bug: #1416465
This commit is contained in:
parent
ca291a44f2
commit
b63cb3fc15
@ -498,11 +498,11 @@ echo 'Extra user data here'</computeroutput></screen>
|
||||
service:</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>On Ubuntu:</para>
|
||||
<screen><userinput><prompt>#</prompt>/etc/init.d/procps.sh restart</userinput></screen>
|
||||
<para>on Ubuntu, Debian:</para>
|
||||
<screen><prompt>#</prompt> <userinput>/etc/init.d/networking restart</userinput></screen>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>On RHEL/Fedora/CentOS:</para>
|
||||
<para>on RHEL, Fedora, CentOS, openSUSE and SLES:</para>
|
||||
<screen><prompt>#</prompt> <userinput>service network restart</userinput></screen>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
Loading…
Reference in New Issue
Block a user