Repository : http://git.fedorahosted.org/cgit/docs/networking-guide.git
On branch : master
commit 378952868542edca648ad8a9a99bdfea386ec82d Author: Stephen Wadeley swadeley@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 Hat Enterprise 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 Hat Enterprise Linux 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.
docs-commits@lists.fedoraproject.org