From 8f7164b6cd7df93de859de3fa4e1f02235bbb17b Mon Sep 17 00:00:00 2001 From: Isaac Hermida Date: Thu, 30 Jan 2025 16:46:38 +0100 Subject: [PATCH] connectcore-demo: unify service script Unify the service script with the bluetooth service requirement. Signed-off-by: Isaac Hermida --- .../ccmp25/connectcore-demo-server.service | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 meta-digi-dey/recipes-digi/dey-examples/connectcore-demo-example/ccmp25/connectcore-demo-server.service 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