aboutsummaryrefslogtreecommitdiff
path: root/xenserver/etc_init.d_openvswitch-xapi-update
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2011-01-05 10:52:36 -0800
committerBen Pfaff <blp@nicira.com>2011-01-07 10:31:29 -0800
commit72dfb3b4c9470ec7aa65483216291b07cc9efca7 (patch)
tree725cc3971dc3f523ae18dbf7e17aa751841905e9 /xenserver/etc_init.d_openvswitch-xapi-update
parent59405f317bf13896161d13eb485077f0b33154e7 (diff)
xenserver: Add LSB init info to scripts.
XenServer itself does not use this information as part of startup, but other distributions that may wish to derive their startup scripts from these may need it. Signed-off-by: Patrick Mullaney <pm.mullaney@gmail.com> [updated some info in xenserver/etc_init.d_openvswitch-xapi-update] [used Debian LSB info for xenserver/etc_init.d/openvswitch] Signed-off-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to 'xenserver/etc_init.d_openvswitch-xapi-update')
-rwxr-xr-xxenserver/etc_init.d_openvswitch-xapi-update9
1 files changed, 9 insertions, 0 deletions
diff --git a/xenserver/etc_init.d_openvswitch-xapi-update b/xenserver/etc_init.d_openvswitch-xapi-update
index bc62ba21..7b2efd1c 100755
--- a/xenserver/etc_init.d_openvswitch-xapi-update
+++ b/xenserver/etc_init.d_openvswitch-xapi-update
@@ -18,6 +18,15 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
+### BEGIN INIT INFO
+# Provides: openvswitch-xapi-update
+# Required-Start: $network $remote_fs
+# Required-Stop: $network
+# Default-Start: 3 5
+# Default-Stop:
+# Short-Description: openvswitch-xapi-update
+# Description: reconfigures Open vSwitch based on XAPI configuration
+### END INIT INFO
. /etc/init.d/functions