diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-11-29 10:43:58 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-11-29 10:43:58 +0100 |
commit | 7f14931def91afb3c6533df4e6ff1b6fa17d713c (patch) | |
tree | bcf15d8773f98d1e7ad48b4d4c3c61fa7668c6fb /doc/examples/daemon-dependencies/README | |
parent | add almost all examples to info (diff) | |
download | bus-7f14931def91afb3c6533df4e6ff1b6fa17d713c.tar.gz bus-7f14931def91afb3c6533df4e6ff1b6fa17d713c.tar.bz2 bus-7f14931def91afb3c6533df4e6ff1b6fa17d713c.tar.xz |
typo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'doc/examples/daemon-dependencies/README')
-rw-r--r-- | doc/examples/daemon-dependencies/README | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/examples/daemon-dependencies/README b/doc/examples/daemon-dependencies/README new file mode 100644 index 0000000..a9f5783 --- /dev/null +++ b/doc/examples/daemon-dependencies/README @@ -0,0 +1,19 @@ +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. + |