aboutsummaryrefslogblamecommitdiffstats
path: root/doc/examples/daemon-dependencies/d-ssh
blob: 487354e80e60cf2edce3a120006e3a6dc6cfc06c (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                   
#!/bin/sh
PATH=.:$PATH
d=d-ssh

require d-network
echo $d: starting
sleep 1
echo $d: started
announce started $d
sleep 1
echo $d: ready
announce ready $d