From e5325858f1fc2a127163e42666178bb8e65f895e Mon Sep 17 00:00:00 2001 From: Sascha Wessel Date: Sat, 6 Dec 2008 18:53:35 +0100 Subject: [PATCH] Added "-S localhost:gpsd" to init script --- init-fso-gpsd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init-fso-gpsd b/init-fso-gpsd index 432f541..5b8ccb5 100755 --- a/init-fso-gpsd +++ b/init-fso-gpsd @@ -18,7 +18,7 @@ PIDDIR=/var/run/$NAME PIDFILE=$PIDDIR/$NAME.pid DAEMON=/usr/sbin/fso-gpsd -DAEMON_OPTS="-P $PIDFILE" +DAEMON_OPTS="-P $PIDFILE -S localhost:gpsd" DAEMON_USER=root if id -u fso-gpsd > /dev/null 2>&1; then -- 2.11.4.GIT