[packages] ntpd: let ntpd create the pid file

git-svn-id: svn://svn.openwrt.org/openwrt/packages@28882 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
tripolar 2011-11-09 16:50:09 +00:00
parent eb87be9cd4
commit b1c17d88e2

View File

@ -3,13 +3,13 @@
START=65 START=65
SERVICE_WRITE_PID=1 SERVICE_USE_PID=1
SERVICE_DAEMONIZE=1 SERVICE_DAEMONIZE=1
start() { start() {
# ln -sf /dev/ttyS0 /dev/gps0 # ln -sf /dev/ttyS0 /dev/gps0
# /usr/sbin/setgarmin -d /dev/gps -c /etc/setgarmin.conf # /usr/sbin/setgarmin -d /dev/gps -c /etc/setgarmin.conf
service_start /sbin/ntpd -g -n service_start /sbin/ntpd -g -p /var/run/ntpd.pid
} }
stop() { stop() {