author | Olivier Brunel
<jjk@jjacky.com> 2017-06-18 11:51:51 UTC |
committer | Olivier Brunel
<jjk@jjacky.com> 2017-06-18 11:52:12 UTC |
parent | c371ecc5a81140ce5b384a4fff936fd00d4079db |
doc/aa-status.pod | +4 | -1 |
diff --git a/doc/aa-status.pod b/doc/aa-status.pod index 5526baa..37b0989 100644 --- a/doc/aa-status.pod +++ b/doc/aa-status.pod @@ -222,7 +222,7 @@ that is starting will be matched via I<stopped>. This script I<start>/I<stop> succesfully ran (i.e. and returned 0). -=item B<Up> / B<Up & Ready> +=item B<Up> / B<Up; Getting ready...> / B<Up & Ready> (I<long-run services only.>) @@ -235,6 +235,9 @@ automatically restarted when it goes down. In standard output (i.e. without option B<--list>), this information is shown under "Mode". +I<Up; Getting ready...> is shown when a service is up, supports readiness, but +isn't yet ready (i.e. event 'u' occured, but not 'U'). + I<Up & Ready> means that the service indicated readiness (or it was set via e.g. B<aa-setready>(1)). Both times for up ('u') and readiness ('U') are shown, though in list mode only the later in shown.