summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2020-01-02 13:05:41 -0600
committerJohn Klug <john.klug@multitech.com>2020-06-18 20:22:07 -0500
commitb2e60a4eeedc1547fb8118b03ce798ad3f7e4630 (patch)
tree80b7527dc70a62ff9953fcc4810db81b53ff8373
parentddf781899382e04ab5c2084cb7d07bb30975eff6 (diff)
downloadmeta-mlinux-b2e60a4eeedc1547fb8118b03ce798ad3f7e4630.tar.gz
meta-mlinux-b2e60a4eeedc1547fb8118b03ce798ad3f7e4630.tar.bz2
meta-mlinux-b2e60a4eeedc1547fb8118b03ce798ad3f7e4630.zip
gpsd takes too long to quit when there is no antenna signal5.2.0
-rwxr-xr-xrecipes-navigation/gpsd/gpsd/gpsd2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-navigation/gpsd/gpsd/gpsd b/recipes-navigation/gpsd/gpsd/gpsd
index 3f93442..b4068c9 100755
--- a/recipes-navigation/gpsd/gpsd/gpsd
+++ b/recipes-navigation/gpsd/gpsd/gpsd
@@ -93,7 +93,7 @@ do_stop()
# 1 if daemon was already stopped
# 2 if daemon could not be stopped
# other if a failure occurred
- /usr/sbin/start-stop-daemon --stop --quiet --retry=TERM/30/KILL/5 --pidfile $PIDFILE --name $NAME
+ /usr/sbin/start-stop-daemon --stop --quiet --signal KILL --pidfile $PIDFILE --name $NAME
RETVAL="$?"
[ "$RETVAL" = 2 ] && return 2
# Many daemons don't delete their pidfiles when they exit.