aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples/daemon-depedencies/d-ntp
diff options
context:
space:
mode:
Diffstat (limited to 'doc/examples/daemon-depedencies/d-ntp')
-rwxr-xr-xdoc/examples/daemon-depedencies/d-ntp11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/examples/daemon-depedencies/d-ntp b/doc/examples/daemon-depedencies/d-ntp
new file mode 100755
index 0000000..0f29c7c
--- /dev/null
+++ b/doc/examples/daemon-depedencies/d-ntp
@@ -0,0 +1,11 @@
+#!/bin/sh
+PATH=.:$PATH
+d=d-ntp
+
+require d-network
+echo $d: started
+announce started $d
+await-ready d-network
+echo $d: ready
+announce ready $d
+