From 1e11c34be4decfef8fbda8a8e01cd60def8232e5 Mon Sep 17 00:00:00 2001 From: Glenn L McGrath Date: Sun, 11 May 2003 14:52:39 +0000 Subject: minit, a Minimal init system. --- init/Config.in | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'init/Config.in') diff --git a/init/Config.in b/init/Config.in index 90173c5..a478e07 100644 --- a/init/Config.in +++ b/init/Config.in @@ -61,6 +61,26 @@ config CONFIG_REBOOT help Please submit a patch to add help text for this item. +config CONFIG_MINIT + bool "minit" + default n + help + Minimal init, based on minit v0.9.1 + +config CONFIG_PIDFILEHACK + bool "pidfilehack" + default y + depends on CONFIG_MINIT + help + pidfilehack is used by minit to run servers. + +config CONFIG_MSVC + bool "msvc" + default y + depends on CONFIG_MINIT + help + msvc is used to start and stop processes controlled by minit + # Should start-stop-daemon be moved under debianutils? config CONFIG_START_STOP_DAEMON bool "start-stop-daemon" -- cgit v1.1