From ff7d8f209e2522d5065fe6244b910e80a92f389f Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 25 Apr 2015 22:58:04 +0200 Subject: start on a more complex example MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- doc/examples/daemon-depedencies/d-ntp | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 doc/examples/daemon-depedencies/d-ntp (limited to 'doc/examples/daemon-depedencies/d-ntp') 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 + -- cgit v1.2.3-70-g09d2