[ovs-dev] [PATCH] debian: Start ovs-monitor-ipsec after ovsdb running.

Justin Pettit jpettit at nicira.com
Tue Oct 25 06:19:46 UTC 2011


ovs-monitor-ipsec uses the OVS database to get configuration, so don't
bother starting the daemon until it's up.
---
 debian/openvswitch-ipsec.init |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/debian/openvswitch-ipsec.init b/debian/openvswitch-ipsec.init
index 17835a5..125b50f 100755
--- a/debian/openvswitch-ipsec.init
+++ b/debian/openvswitch-ipsec.init
@@ -19,7 +19,7 @@
 #
 ### BEGIN INIT INFO
 # Provides:          openvswitch-ipsec
-# Required-Start:    $network $local_fs $remote_fs
+# Required-Start:    $network $local_fs $remote_fs openvswitch-switch
 # Required-Stop:     $remote_fs
 # Default-Start:     2 3 4 5
 # Default-Stop:      0 1 6
-- 
1.7.1




More information about the dev mailing list