1
0
mirror of https://github.com/home-assistant/operating-system.git synced 2026-05-01 06:02:23 +01:00
Files
operating-system/buildroot/package/tini/Config.in
2018-03-17 23:47:00 +00:00

17 lines
302 B
Plaintext

config BR2_PACKAGE_TINI
bool "tini"
help
tini is a simple but valid init binary to
act as PID 1 for containers.
https://github.com/krallin/tini
if BR2_PACKAGE_TINI
config BR2_PACKAGE_TINI_MINIMAL
bool "build minimal variant"
help
Disables argument parsing and verbose output.
endif