diff --git a/gpsdate.init b/gpsdate.init index 9f8e7f4..7810af6 100755 --- a/gpsdate.init +++ b/gpsdate.init @@ -50,6 +50,9 @@ case "$1" in ;; stop) + # This should use start-stop-daemon and create a pid file + echo "Stopping gpsdate in a brutal way" + killall -9 gpsdate ;; restart)