From: tripolar Date: Wed, 9 Nov 2011 16:50:09 +0000 (+0000) Subject: [packages] ntpd: let ntpd create the pid file X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=b1c17d88e2b431636f1f3bfa732880b3a93e22ea;p=packages.git [packages] ntpd: let ntpd create the pid file git-svn-id: svn://svn.openwrt.org/openwrt/packages@28882 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/ntpd/files/ntpd.init b/net/ntpd/files/ntpd.init index d164969c7..ef07a1af2 100644 --- a/net/ntpd/files/ntpd.init +++ b/net/ntpd/files/ntpd.init @@ -3,13 +3,13 @@ START=65 -SERVICE_WRITE_PID=1 +SERVICE_USE_PID=1 SERVICE_DAEMONIZE=1 start() { # ln -sf /dev/ttyS0 /dev/gps0 # /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() {