diff options
Diffstat (limited to 'runit/runsv.c')
-rw-r--r-- | runit/runsv.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/runit/runsv.c b/runit/runsv.c index e76572daa..ad8d84f74 100644 --- a/runit/runsv.c +++ b/runit/runsv.c | |||
@@ -28,6 +28,11 @@ ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | |||
28 | /* Busyboxed by Denys Vlasenko <vda.linux@googlemail.com> */ | 28 | /* Busyboxed by Denys Vlasenko <vda.linux@googlemail.com> */ |
29 | /* TODO: depends on runit_lib.c - review and reduce/eliminate */ | 29 | /* TODO: depends on runit_lib.c - review and reduce/eliminate */ |
30 | 30 | ||
31 | //usage:#define runsv_trivial_usage | ||
32 | //usage: "DIR" | ||
33 | //usage:#define runsv_full_usage "\n\n" | ||
34 | //usage: "Start and monitor a service and optionally an appendant log service" | ||
35 | |||
31 | #include <sys/poll.h> | 36 | #include <sys/poll.h> |
32 | #include <sys/file.h> | 37 | #include <sys/file.h> |
33 | #include "libbb.h" | 38 | #include "libbb.h" |