Line 1... |
Line 1... |
1 |
#!/bin/sh |
1 |
#!/bin/sh |
2 |
### BEGIN INIT INFO |
2 |
### BEGIN INIT INFO |
3 |
# Provides: gpsd |
3 |
# Provides: setup_lo |
4 |
# Required-Start: $remote_fs $syslog $network |
- |
|
5 |
# Should-Start: bluetooth dbus udev |
- |
|
6 |
# Required-Stop: $remote_fs $syslog $network |
- |
|
7 |
# Default-Start: 2 3 4 5 |
4 |
# Default-Start: 2 3 4 5 |
8 |
# Default-Stop: 0 1 6 |
5 |
# Default-Stop: 0 1 6 |
9 |
# X-Start-Before: ntp |
- |
|
10 |
# Short-Description: GPS (Global Positioning System) daemon |
6 |
# Short-Description: Tune local oscilator |
11 |
# Description: The gpsd service daemon is able to monitor one or |
7 |
# Description: This start-up script tune local oscilator to defined frequency. |
12 |
# more GPS devices connected to a host computer, making |
- |
|
13 |
# all data on the location and movements of the sensors |
- |
|
14 |
# available to be queried on TCP port 2947. |
- |
|
15 |
### END INIT INFO |
8 |
### END INIT INFO |
16 |
|
9 |
|
17 |
# Author: Bernd Zeimetz <bzed@debian.org> |
10 |
# Author: Jakub Kakona <kaklik@mlab.cz> |
18 |
# |
11 |
# |
19 |
# Please remove the "Author" lines above and replace them |
12 |
# Please remove the "Author" lines above and replace them |
20 |
# with your own name if you copy and modify this script. |
13 |
# with your own name if you copy and modify this script. |
21 |
|
14 |
|
22 |
#cd ~/programy/usbsoftrock |
15 |
#cd ~/programy/usbsoftrock |