diff --git a/meta-digi-dey/recipes-digi/dey-examples/connectcore-demo-example/ccmp25/connectcore-demo-server.service b/meta-digi-dey/recipes-digi/dey-examples/connectcore-demo-example/ccmp25/connectcore-demo-server.service new file mode 100644 index 000000000..165508aa7 --- /dev/null +++ b/meta-digi-dey/recipes-digi/dey-examples/connectcore-demo-example/ccmp25/connectcore-demo-server.service @@ -0,0 +1,11 @@ +[Unit] +Description=Initialization of ConnectCore demo server +After=busybox-httpd.service bluetooth.service cyw55512-bluetooth.service + +[Service] +Type=forking +ExecStart=/etc/connectcore-demo-server start +ExecStop=/etc/connectcore-demo-server stop + +[Install] +WantedBy=multi-user.target