From: Josef Ahmad <[email protected]> The sketch reset daemon start will be moved to launcher.sh
Signed-off-by: Josef Ahmad <[email protected]> Reviewed-by: Ong Boon Leong <[email protected]> Tested-by: Ong Boon Leong <[email protected]> Signed-off-by: Chang Rebecca Swee Fun <[email protected]> --- recipes-core/initscripts/files/galileod.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/recipes-core/initscripts/files/galileod.sh b/recipes-core/initscripts/files/galileod.sh index 447efe3..a3b97d0 100755 --- a/recipes-core/initscripts/files/galileod.sh +++ b/recipes-core/initscripts/files/galileod.sh @@ -1,9 +1,7 @@ #!/bin/sh pidfile=/var/run/launcher.pid -pidsreset=/var/run/sketch_reset.pid launcher=/opt/cln/galileo/launcher.sh -sreset=/opt/cln/galileo/galileo_sketch_reset start_handler() { @@ -23,16 +21,13 @@ start_galileod() { echo "Starting galileod" start-stop-daemon -q -S -m -p $pidfile -b -x $launcher - start-stop-daemon -q -S -m -p $pidsreset -b -x $sreset } stop_handler() { echo "Stopping galileod" start-stop-daemon -q -K -p $pidfile -s USR1 - start-stop-daemon -q -K -p $pidsreset rm $pidfile -f - rm $pidsreset -f } die() -- 1.9.1 -- _______________________________________________ meta-intel mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-intel
