connectcore-demo-server: start service after bluetooth

bluetooth daemon is a requisite for the demo app.

Signed-off-by: Isaac Hermida <isaac.hermida@digi.com>
This commit is contained in:
Isaac Hermida 2023-05-05 17:03:12 +02:00
parent 8cb72edb65
commit 59365b0ff7
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[Unit] [Unit]
Description=Initialization of ConnectCore demo server Description=Initialization of ConnectCore demo server
After=busybox-httpd.service After=busybox-httpd.service bluetooth.service
[Service] [Service]
Type=forking Type=forking