packages/net/ntpd/files/ntpd.init

17 lines
279 B
Plaintext
Raw Normal View History

#!/bin/sh /etc/rc.common
# Copyright (C) 2006-2011 OpenWrt.org
START=65
SERVICE_USE_PID=1
start() {
# ln -sf /dev/ttyS0 /dev/gps0
# /usr/sbin/setgarmin -d /dev/gps -c /etc/setgarmin.conf
service_start /sbin/ntpd -g -p /var/run/ntpd.pid
}
stop() {
service_stop /sbin/ntpd
}