[networking-guide] master: Improve: Running Network Script (3789528)

stephenw at fedoraproject.org stephenw at fedoraproject.org
Mon Sep 29 21:00:21 UTC 2014


Repository : http://git.fedorahosted.org/cgit/docs/networking-guide.git

On branch  : master

>---------------------------------------------------------------

commit 378952868542edca648ad8a9a99bdfea386ec82d
Author: Stephen Wadeley <swadeley at redhat.com>
Date:   Mon Sep 29 22:40:39 2014 +0200

    Improve: Running Network Script


>---------------------------------------------------------------

 en-US/Introduction_to_Fedora_Networking.xml |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/en-US/Introduction_to_Fedora_Networking.xml b/en-US/Introduction_to_Fedora_Networking.xml
index deb2e4c..df7b089 100644
--- a/en-US/Introduction_to_Fedora_Networking.xml
+++ b/en-US/Introduction_to_Fedora_Networking.xml
@@ -166,7 +166,9 @@ In previous Red&nbsp;Hat Enterprise&nbsp;Linux releases, the default way to conf
 </para>
      <bridgehead id="bh-Running_Network_Script">Running Network Script</bridgehead>
   <para>
-Run the script with the <command>systemctl <option>start|stop|restart|status</option> network</command> wrapper to clear any existing environment variables and ensure clean execution. Do not run any service by calling <command>/etc/init.d/<replaceable>servicename</replaceable> <option>start|stop|restart|status</option></command> directly.
+Run the script <emphasis role="bold">only</emphasis> with the <application>systemctl</application> utility which will clear any existing environment variables and ensure clean execution. The command takes the following form:
+<synopsis><command>systemctl <option>start|stop|restart|status</option> network</command></synopsis></para>
+<para><emphasis role="bold">Do not run</emphasis> any service by calling <command>/etc/init.d/<replaceable>servicename</replaceable> <option>start|stop|restart|status</option></command> directly.
 </para>
 <para>
  Note that in Red&nbsp;Hat Enterprise&nbsp;Linux&nbsp;7, <application>NetworkManager</application> is started first, and <filename>/etc/init.d/network</filename> checks with <application>NetworkManager</application> to avoid tampering with <application>NetworkManager</application>'s connections. <application>NetworkManager</application> is intended to be the primary application using sysconfig configuration files and <filename>/etc/init.d/network</filename> is intended to be secondary, playing a fallback role.



More information about the docs-commits mailing list