diff options
Diffstat (limited to 'init.d.misc')
-rw-r--r-- | init.d.misc/ntpd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d.misc/ntpd b/init.d.misc/ntpd index 000bf366..e0b20a7a 100644 --- a/init.d.misc/ntpd +++ b/init.d.misc/ntpd @@ -34,7 +34,7 @@ name="Network Time Protocol Daemon" depend() { use dns need localmount - after bootmisc ntp-client + after bootmisc ntpdate ntp-client } start_pre() { |