tini - simple init daemon
tini(1) is a damn small process spawner and zombie reaper.
It runs /lib/tini/scripts/rcS init script and then spawns four askfirst sh(1) on console, tty2, tty3 and tty4.
- --re-exec
-
Re-execute.
- -v or --verbose
-
Turn on verbose messages
- -D or --debug
-
Turn on debug messages.
- -V or --version
-
Display the version.
- -h or --help
-
Display this message.
- SIGTERM
-
When this signal is received tini powers off.
- SIGINT
-
When this signal is received tini reboots.
- SIGUSR1
-
When this signal is received tini re-executes itself.
- SIGUSR2
-
When this signal is received tini halts.
Report bugs at https://github.com/gportay/tini/issues
Copyright © 2018-2019,2021 Gaël PORTAY, 2017-2018 Savoir-Faire Linux Inc.
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 2.1 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with this program. If not, see http://www.gnu.org/licenses/.