From 7f14931def91afb3c6533df4e6ff1b6fa17d713c Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 29 Nov 2015 10:43:58 +0100 Subject: typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- doc/examples/daemon-dependencies/d-ntp | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 doc/examples/daemon-dependencies/d-ntp (limited to 'doc/examples/daemon-dependencies/d-ntp') diff --git a/doc/examples/daemon-dependencies/d-ntp b/doc/examples/daemon-dependencies/d-ntp new file mode 100755 index 0000000..0f29c7c --- /dev/null +++ b/doc/examples/daemon-dependencies/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 + -- cgit v1.2.3-70-g09d2