1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00
Files
poky/meta/recipes-connectivity
Michael Nazzareno Trimarchi f716913667 connman: Fix restart script
The script does not work if the connman service is already stopped.
The start-stop-daemon checks for the existence of a specified process.
If such a process exists, start-stop-daemon sends it the signal specified
by --signal, and exits with error status 0.  If such  a  process  does
not exist, start-stop-daemon exits with error status 1 (0 if --oknodo is specified).
The script uses set -e so we need to add --oknodo option to stop

(From OE-Core rev: f32ab69b4caef5ac2f61bb53102d8b08b94d54d5)

Signed-off-by: Michael Trimarchi <michael@amarulasolutions.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit b1c1b67166049181136d5eb68740f3bf98bf670d)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
2025-01-13 05:49:08 -08:00
..
2024-10-29 05:51:03 -07:00
2025-01-13 05:49:08 -08:00
2024-09-04 12:38:44 +01:00
2024-09-01 12:32:37 +01:00
2024-09-03 10:21:38 +01:00
2024-02-19 11:34:33 +00:00
2024-09-04 12:38:44 +01:00
2024-05-28 09:38:23 +01:00
2023-12-08 16:58:33 +00:00