add <fso-gpsd> - a wrapper for the gps-part of the fso-frameworkd to create an interf...
[openwrt/svn-archive/feeds.git] / phone / fso-gpsd / files / fso-gpsd.init
1 #!/bin/sh /etc/rc.common
2 # Copyright (C) 2006 OpenWrt.org
3 START=85
4
5 start() {
6 fso-gpsd
7 }
8
9 stop() {
10 killall fso-gpsd
11 }