diff options
author | Cem Keylan <cem@ckyln.com> | 2020-04-03 16:52:57 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-04-03 16:52:57 +0300 |
commit | ae2241b07ee6753564cb4dfb31665e147e09047b (patch) | |
tree | da3f85d40b3ed1fb12a3b76b5175609d3f0e68e9 /core/busybox/files | |
parent | 3113d2e6c4703f7afb39ff2bc2a109c129c0546a (diff) | |
download | repository-ae2241b07ee6753564cb4dfb31665e147e09047b.tar.gz |
busybox: make ntpd service quiet
Diffstat (limited to 'core/busybox/files')
-rw-r--r-- | core/busybox/files/ntpd.run | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/busybox/files/ntpd.run b/core/busybox/files/ntpd.run index 5d95f032..daf8dd4a 100644 --- a/core/busybox/files/ntpd.run +++ b/core/busybox/files/ntpd.run @@ -1,2 +1,2 @@ #!/bin/sh -exec ntpd -ndd +exec ntpd -n |