From b63cb3fc1574565fe7c95eb4e37747afc6cf8d33 Mon Sep 17 00:00:00 2001 From: Olena Logvinova Date: Wed, 4 Feb 2015 20:03:15 +0200 Subject: [PATCH] Fixes incorrect command syntax MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- .../compute/section_compute-networking-nova.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/admin-guide-cloud/compute/section_compute-networking-nova.xml b/doc/admin-guide-cloud/compute/section_compute-networking-nova.xml index 8c6bc3df45..b047d7a9b2 100644 --- a/doc/admin-guide-cloud/compute/section_compute-networking-nova.xml +++ b/doc/admin-guide-cloud/compute/section_compute-networking-nova.xml @@ -498,11 +498,11 @@ echo 'Extra user data here' service: - On Ubuntu: -#/etc/init.d/procps.sh restart + on Ubuntu, Debian: +# /etc/init.d/networking restart - On RHEL/Fedora/CentOS: + on RHEL, Fedora, CentOS, openSUSE and SLES: # service network restart