diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-29 16:59:34 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-29 16:59:34 +0000 |
commit | f276a41fc9f4d376cc5657f62a8b60f55dfad7c2 (patch) | |
tree | 7e7969ad7ef6ae89acdaf5c65648063bcef69981 /package/ntpclient/files | |
parent | ba4a86fba56ed62b596f87d43a6887cc9ca5906a (diff) |
change ntpclient to start after dropbear and ppp stuff and make it start as a background process
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1101 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ntpclient/files')
-rw-r--r-- | package/ntpclient/files/ntpclient.init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ntpclient/files/ntpclient.init b/package/ntpclient/files/ntpclient.init index 16a75ca0e..923022bfc 100644 --- a/package/ntpclient/files/ntpclient.init +++ b/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 & |