Skip to content

Latest commit

 

History

History
85 lines (55 loc) · 1.81 KB

tini.1.adoc

File metadata and controls

85 lines (55 loc) · 1.81 KB

tini(1) Manual Page

NAME

tini - simple init daemon

SYNOPSIS

tini [OPTIONS]

tini halt|poweroff|reboot|re-exec

DESCRIPTION

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.

OPTIONS

--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.

SIGNALS

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.

AUTHOR

Written by Gaël PORTAY gael.portay@gmail.com

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/.

SEE ALSO

sh(1), reboot(2), netlink(7)