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