From 59365b0ff73a10bc050134246717eba878a81302 Mon Sep 17 00:00:00 2001 From: Isaac Hermida Date: Fri, 5 May 2023 17:03:12 +0200 Subject: [PATCH] connectcore-demo-server: start service after bluetooth bluetooth daemon is a requisite for the demo app. Signed-off-by: Isaac Hermida --- .../connectcore-demo-example/connectcore-demo-server.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-digi-dey/recipes-digi/dey-examples/connectcore-demo-example/connectcore-demo-server.service b/meta-digi-dey/recipes-digi/dey-examples/connectcore-demo-example/connectcore-demo-server.service index 9d38970ec..251e9bf1d 100644 --- a/meta-digi-dey/recipes-digi/dey-examples/connectcore-demo-example/connectcore-demo-server.service +++ b/meta-digi-dey/recipes-digi/dey-examples/connectcore-demo-example/connectcore-demo-server.service @@ -1,6 +1,6 @@ [Unit] Description=Initialization of ConnectCore demo server -After=busybox-httpd.service +After=busybox-httpd.service bluetooth.service [Service] Type=forking