summaryrefslogtreecommitdiff
path: root/init/Config.in
diff options
context:
space:
mode:
authorGlenn L McGrath2003-05-11 14:52:39 +0000
committerGlenn L McGrath2003-05-11 14:52:39 +0000
commit1e11c34be4decfef8fbda8a8e01cd60def8232e5 (patch)
tree6e93956fef2bcd4c1db18031dc081dcaf689f2d1 /init/Config.in
parent8c6887c855460ee9e688e2a51e29f99faa2a2d8c (diff)
downloadbusybox-1e11c34be4decfef8fbda8a8e01cd60def8232e5.zip
busybox-1e11c34be4decfef8fbda8a8e01cd60def8232e5.tar.gz
minit, a Minimal init system.
Diffstat (limited to 'init/Config.in')
-rw-r--r--init/Config.in20
1 files changed, 20 insertions, 0 deletions
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"