#!/bin/sh
set -e
if true && [ -z "$D" -a -x "/etc/init.d/gpsd" ]; then
	/etc/init.d/gpsd stop || :
fi
