diff options
author | Cem Keylan <cem@ckyln.com> | 2020-01-12 11:39:35 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-01-12 11:39:35 +0300 |
commit | 4653001e5a2c6df26a1152e5466ccebf902775c9 (patch) | |
tree | 89b43d86c152b2d1fd4178464cc3eedc57037361 /core/busybox/files | |
parent | 91fb31e5fd08c0ae5f27f79ca74ce175c298e728 (diff) | |
download | repository-4653001e5a2c6df26a1152e5466ccebf902775c9.tar.gz |
add ntpd runit service
Diffstat (limited to 'core/busybox/files')
-rw-r--r-- | core/busybox/files/ntpd.run | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/busybox/files/ntpd.run b/core/busybox/files/ntpd.run new file mode 100644 index 00000000..5d95f032 --- /dev/null +++ b/core/busybox/files/ntpd.run @@ -0,0 +1,2 @@ +#!/bin/sh +exec ntpd -ndd |