ovs-sandbox: Add note about OVN to initial output.
[cascardo/ovs.git] / lib / daemon.c
index 4c7c8e1..b8313d4 100644 (file)
@@ -19,7 +19,9 @@
 #include <errno.h>
 #include <fcntl.h>
 #include <unistd.h>
-#include "vlog.h"
+#include "util.h"
+#include "ovs-thread.h"
+#include "openvswitch/vlog.h"
 
 VLOG_DEFINE_THIS_MODULE(daemon);
 
@@ -39,7 +41,7 @@ get_detach(void)
 void
 daemonize(void)
 {
-    daemonize_start();
+    daemonize_start(false);
     daemonize_complete();
 }