.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3. .TH DUMB-INIT "1" "July 2023" "dumb-init v1.2.5" "User Commands" .SH NAME dumb-init \- a minimal init system for Linux containers .SH SYNOPSIS .B dumb-init [\fI\,option\/\fR] \fI\,command \/\fR[[\fI\,arg\/\fR] ...] .SH DESCRIPTION dumb\-init v1.2.5 .PP dumb\-init is a simple process supervisor that forwards signals to children. It is designed to run as PID1 in minimal container environments. .SS "Optional arguments:" .TP \fB\-c\fR, \fB\-\-single\-child\fR Run in single\-child mode. In this mode, signals are only proxied to the direct child and not any of its descendants. .TP \fB\-r\fR, \fB\-\-rewrite\fR s:r Rewrite received signal s to new signal r before proxying. To ignore (not proxy) a signal, rewrite it to 0. This option can be specified multiple times. .TP \fB\-v\fR, \fB\-\-verbose\fR Print debugging information to stderr. .TP \fB\-h\fR, \fB\-\-help\fR Print this help message and exit. .TP \fB\-V\fR, \fB\-\-version\fR Print the current version and exit. .PP Full help is available online at https://github.com/Yelp/dumb\-init .SH AUTHORS .B dumb-init was primarily developed at Yelp. .br .br For a full list of contributors, see https://github.com/Yelp/dumb-init/graphs/contributors