sliver-ovs: ignore pid files when starting servers
[sliver-openvswitch.git] / lib / daemon.c
index ab579b6..f9290ef 100644 (file)
@@ -717,3 +717,22 @@ check_already_running(void)
                    pidfile, ovs_strerror(-pid));
     }
 }
+
+\f
+/* stub functions for non-windows platform. */
+
+void
+service_start(int *argc OVS_UNUSED, char **argv[] OVS_UNUSED)
+{
+}
+
+void
+service_stop(void)
+{
+}
+
+bool
+should_service_stop(void)
+{
+    return false;
+}