summaryrefslogtreecommitdiff
path: root/examples/source/ntpclient/run
diff options
context:
space:
mode:
Diffstat (limited to 'examples/source/ntpclient/run')
-rwxr-xr-xexamples/source/ntpclient/run20
1 files changed, 20 insertions, 0 deletions
diff --git a/examples/source/ntpclient/run b/examples/source/ntpclient/run
new file mode 100755
index 0000000..be19c56
--- /dev/null
+++ b/examples/source/ntpclient/run
@@ -0,0 +1,20 @@
+#!/command/execlineb -P
+
+fdmove -c 2 1
+if
+{
+ pipeline
+ {
+ s6-setuidgid ntp
+ backtick -n NTPSERVERIP
+ {
+ pipeline { s6-dnsip4 -t 16000 0.fr.pool.ntp.org }
+ s6-head -n 1
+ }
+ import -u NTPSERVERIP
+ s6-sntpclock -v 2 $NTPSERVERIP
+ }
+ s6-clockadd -e 120000
+}
+s6-setuidgid nobody
+s6-sleep 14400