meta-digi/meta-digi-dey/recipes-digi/dey-examples/connectcore-demo-example
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
..
connectcore-demo-example-init meta-digi-dey: dey-examples: fix start/stop script of "connectcore-demo-example" service 2022-09-28 13:07:11 +02:00
connectcore-demo-example.service meta-digi-dey: dey-examples: add recipe to install 'connectcore-demo' example 2022-07-18 16:32:25 +02:00