From 48a5bb7a26de6c3bea32d18c3e476dd2cedbcfd3 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Tue, 11 Feb 2020 01:38:05 +0000 Subject: Add bcnm-waitif doc --- doc/bcnm-waitif.html | 87 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 87 insertions(+) create mode 100644 doc/bcnm-waitif.html (limited to 'doc/bcnm-waitif.html') diff --git a/doc/bcnm-waitif.html b/doc/bcnm-waitif.html new file mode 100644 index 0000000..ac95397 --- /dev/null +++ b/doc/bcnm-waitif.html @@ -0,0 +1,87 @@ + + + + + + bcnm: the bcnm-waitif program + + + + + + +

+s6
+Software
+skarnet.org +

+ +

The bcnm-waitif program

+ +

+bcnm-waitif waits until a set of network interfaces are in the desired state, +or a timeout occurs. Then it exits. It is typically used to avoid race conditions +in a service startup sequence. +

+ +

Interface

+ +
+     bcnm-waitif [ -u | -d ] [ -t timeout ] [ -k kbufsize ] mask interface...
+
+ + + +

mask meaning

+ +

+ mask is an unsigned integer representing a bitmask for the +flags to be tested. If several bits are given, the wanted state is the +conjunction of these flags: the condition will be true if all +those checks pass. +

+ + + +

Options

+ + + +

Exit codes

+ + + + + -- cgit v1.2.3