From 8a09804f6c75c708afd495b0eb1d5b3bd00ccf6c Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sat, 5 Sep 2009 04:58:31 +0200 Subject: [PATCH] cinit: make more clear, that A starts also without B and C Signed-off-by: Nico Schottelius --- software/cinit.mdwn | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/software/cinit.mdwn b/software/cinit.mdwn index 239b81d3..506b1131 100644 --- a/software/cinit.mdwn +++ b/software/cinit.mdwn @@ -34,8 +34,9 @@ Or in words: * B and C do not have dependencies * They will be started at the beginning * A wants B and C - * A waits until B and C are executed and started afterwards - * independently of the success of B and C + * A waits until B and C are executed and started afterwards, + independently of the success of B and C + * A will also be started, if B and C fail to start. * D needs B * D will only be started, if B is successfully started * E needs B and C