summaryrefslogtreecommitdiff
path: root/package/busybox/files/ntpd.init
diff options
context:
space:
mode:
Diffstat (limited to 'package/busybox/files/ntpd.init')
-rw-r--r--package/busybox/files/ntpd.init2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/busybox/files/ntpd.init b/package/busybox/files/ntpd.init
index c79d6c4bd..15c460dcc 100644
--- a/package/busybox/files/ntpd.init
+++ b/package/busybox/files/ntpd.init
@@ -11,7 +11,7 @@ autostart)
exec sh $0 start
;;
start)
- /usr/sbin/ntpd $ntpd_flags
+ /usr/sbin/ntpd $ntpd_flags >/dev/null 2>&1 &
;;
stop)
kill $(pgrep -f /usr/sbin/ntpd)