summaryrefslogtreecommitdiff
path: root/recipes-navigation
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2020-01-02 13:05:41 -0600
committerSerhii Kostiuk <serhii.o.kostiuk@globallogic.com>2020-05-20 19:50:22 +0300
commit5af7954db9a2dc519f4a540ebcdc559987850756 (patch)
treedf951684bfe2ab8d75cc9211af4ae43f76dd8db0 /recipes-navigation
parent353797264d6a85fb8f446d8d3d15c75faef53b48 (diff)
downloadmeta-mlinux-5af7954db9a2dc519f4a540ebcdc559987850756.tar.gz
meta-mlinux-5af7954db9a2dc519f4a540ebcdc559987850756.tar.bz2
meta-mlinux-5af7954db9a2dc519f4a540ebcdc559987850756.zip
gpsd takes too long to quit when there is no antenna signal
Diffstat (limited to 'recipes-navigation')
-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.