daemon: Integrate checking for an existing pidfile into daemonize_start().
[openvswitch] / vswitchd / ovs-brcompatd.c
index 667aa661bdfc2287bd2ac5644439fcf66193f106..9d5cdfb13d2686cdd9cd2dcddd3eba7da3eaea8e 100644 (file)
@@ -1289,7 +1289,6 @@ main(int argc, char *argv[])
     process_init();
     ovsrec_init();
 
-    die_if_already_running();
     daemonize_start();
 
     retval = unixctl_server_create(NULL, &unixctl);