diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-06-25 23:05:20 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-06-25 23:05:20 +0800 |
| commit | e4bf8271be45598172db7947840ed98db83f3d0f (patch) | |
| tree | c7430bc957404c306811901f25d9f9010acd8d32 /repos/core/busybox/ntpd.run | |
| parent | 9f4d8ba04fec48ca1b45a9485af5a245465f6872 (diff) | |
| download | alicelinux-e4bf8271be45598172db7947840ed98db83f3d0f.tar.gz alicelinux-e4bf8271be45598172db7947840ed98db83f3d0f.zip | |
busybox: added patches and runit services fixes
Diffstat (limited to 'repos/core/busybox/ntpd.run')
| -rwxr-xr-x | repos/core/busybox/ntpd.run | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repos/core/busybox/ntpd.run b/repos/core/busybox/ntpd.run index 34d2ab20..feee70b1 100755 --- a/repos/core/busybox/ntpd.run +++ b/repos/core/busybox/ntpd.run @@ -1,2 +1,2 @@ #!/bin/sh -exec ntpd -n 2>&1 +exec busybox ntpd -n -N -p pool.ntp.org 2>&1 |