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 deleted file mode 100644 index 632fcf48c..000000000 --- a/meta-digi-dey/recipes-digi/dey-examples/connectcore-demo-example/ccmp25/connectcore-demo-server.service +++ /dev/null @@ -1,12 +0,0 @@ -[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 -ExecStartPost=/bin/sleep 1 -ExecStop=/etc/connectcore-demo-server stop - -[Install] -WantedBy=multi-user.target