diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2024-01-21 06:02:25 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2024-01-21 06:32:10 +0100 |
commit | 5e469b9a652354c642bef48d341c555ff6ab70c1 (patch) | |
tree | 4057e713667eb9b0c7ee99c603be1786cd4ebb21 | |
parent | ce4cabceb66982a8aa9dde736320656439ec6c87 (diff) |
ntpd: start earlier
-rw-r--r-- | package/busybox/files/ntpd.init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/busybox/files/ntpd.init b/package/busybox/files/ntpd.init index 15c460dcc..0f578574a 100644 --- a/package/busybox/files/ntpd.init +++ b/package/busybox/files/ntpd.init @@ -1,6 +1,6 @@ #!/bin/sh #PKG busybox -#INIT 60 +#INIT 45 . /etc/rc.conf case $1 in |