diff options
Diffstat (limited to 'doc/examples/daemon-depedencies/README')
-rw-r--r-- | doc/examples/daemon-depedencies/README | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/doc/examples/daemon-depedencies/README b/doc/examples/daemon-depedencies/README deleted file mode 100644 index a9f5783..0000000 --- a/doc/examples/daemon-depedencies/README +++ /dev/null @@ -1,19 +0,0 @@ -Use-case example. - -This example shows how bus can be used in a init -system to provide "aggressivly" parallel startup -of daemons. - - -First of, run make to build this example. - -To start the example run ./init. It will print in -red export-statement you may want to run i other -terminals. You will need to select at least one -daemon, for example you can run `./init d-ntp`. -The available pretend daemons are: d-network, -d-ntp and d-ssh. - -When you are done run ./cleanup with BUS_INIT -exported with the value printed by ./init. - |