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 _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
