summaryrefslogtreecommitdiff
path: root/openwrt/package/ntpclient/files
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-05-29 16:59:34 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-05-29 16:59:34 +0000
commit5b1a08a926a4658bcaed7ddd46ab81899aae9f3b (patch)
tree0fd41523d0ad522155644d9bf0cc7a04f646ccb9 /openwrt/package/ntpclient/files
parent75b3d0473e71cacc8b5c7d2e57e6a0ca00ccd273 (diff)
downloadmtk-20170518-5b1a08a926a4658bcaed7ddd46ab81899aae9f3b.zip
mtk-20170518-5b1a08a926a4658bcaed7ddd46ab81899aae9f3b.tar.gz
mtk-20170518-5b1a08a926a4658bcaed7ddd46ab81899aae9f3b.tar.bz2
change ntpclient to start after dropbear and ppp stuff and make it start as a background process
SVN-Revision: 1101
Diffstat (limited to 'openwrt/package/ntpclient/files')
-rw-r--r--openwrt/package/ntpclient/files/ntpclient.init2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/ntpclient/files/ntpclient.init b/openwrt/package/ntpclient/files/ntpclient.init
index 16a75ca..923022b 100644
--- a/openwrt/package/ntpclient/files/ntpclient.init
+++ b/openwrt/package/ntpclient/files/ntpclient.init
@@ -1,2 +1,2 @@
#!/bin/sh
-/usr/sbin/ntpclient -c 1 -s -h pool.ntp.org
+/usr/sbin/ntpclient -c 1 -s -h pool.ntp.org &