#!/bin/sh
exec 2>&1
[ -r conf ] && . ./conf
exec /usr/bin/gpsd -N -F /run/gpsd.sock $OPTS ${DEV:=/dev/gps0}
