meta-digi/meta-digi-dey/recipes-digi
David Escalona bd0eadc16e meta-digi-dey: dey-examples: fix start/stop script of "connectcore-demo-example" service
The start/stop script of the service was using "killproc" and "pidofproc" functions from
"/etc/init.d/functions" to find the process PID. These functions rely on "pidof", which does
not work very well with Python scripts. Instead, use "pkill" and "pgrep" which allow to
search the executable in the full command line to retrieve the correct PID with the -f modifier.

Signed-off-by: David Escalona <david.escalona@digi.com>
2022-09-28 13:07:11 +02:00
..
auto-serial-console kirkstone migration: general update to the new override syntax 2022-06-20 11:39:57 +02:00
cloudconnector meta-digi: revert revisions to AUTOREV 2022-09-02 17:37:46 +02:00
dey-examples meta-digi-dey: dey-examples: fix start/stop script of "connectcore-demo-example" service 2022-09-28 13:07:11 +02:00
fbtest kirkstone migration: cosmetic, clean build warnings 2022-06-21 16:49:56 +02:00
libdigiapix libdigiapix: add support to build Python bindings 2022-09-20 11:29:09 +02:00
memwatch kirkstone migration: cosmetic, clean build warnings 2022-06-21 16:49:56 +02:00
packagegroups meta-digi-dey: dey-examples: add recipe to install 'connectcore-demo' example 2022-07-18 16:32:25 +02:00
swu-images swupdate: move sw-description configuration into each platform. 2022-09-12 14:26:13 +02:00
sysinfo kirkstone migration: cosmetic, clean build warnings 2022-06-21 16:49:56 +02:00