summaryrefslogtreecommitdiffstats
path: root/hcid/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'hcid/main.c')
-rw-r--r--hcid/main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/hcid/main.c b/hcid/main.c
index 9f29e8f9..c7461c03 100644
--- a/hcid/main.c
+++ b/hcid/main.c
@@ -47,6 +47,7 @@
#include "hcid.h"
#include "sdpd.h"
#include "dbus-common.h"
+#include "dbus-service.h"
#include "dbus-hci.h"
struct hcid_opts hcid;
@@ -756,6 +757,8 @@ int main(int argc, char *argv[])
if (sdp)
start_sdp_server(0, SDP_SERVER_COMPAT);
+ init_services(CONFIGDIR);
+
/* Start event processor */
g_main_run(event_loop);