ofproto: Optimize datapath actions.
[openvswitch] / xenserver / usr_share_openvswitch_scripts_ovs-xapi-sync
index 07995d0609d75872d25e5d7a30e1edec549a6c61..273ec04d894ca0837944f47d10d805452cd5dd80 100755 (executable)
@@ -254,8 +254,6 @@ def main(argv):
                          "(use --help for help)\n" % ovs.util.PROGRAM_NAME)
         sys.exit(1)
 
-    ovs.daemon.die_if_already_running()
-
     remote = args[0]
     idl = ovs.db.idl.Idl(remote, "Open_vSwitch", monitor_uuid_schema_cb)