aboutsummaryrefslogtreecommitdiff
path: root/init/Config.in
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2003-05-11 14:52:39 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2003-05-11 14:52:39 +0000
commit1e11c34be4decfef8fbda8a8e01cd60def8232e5 (patch)
tree6e93956fef2bcd4c1db18031dc081dcaf689f2d1 /init/Config.in
parent8c6887c855460ee9e688e2a51e29f99faa2a2d8c (diff)
downloadbusybox-w32-1e11c34be4decfef8fbda8a8e01cd60def8232e5.tar.gz
busybox-w32-1e11c34be4decfef8fbda8a8e01cd60def8232e5.tar.bz2
busybox-w32-1e11c34be4decfef8fbda8a8e01cd60def8232e5.zip
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 90173c552..a478e07c8 100644
--- a/init/Config.in
+++ b/init/Config.in
@@ -61,6 +61,26 @@ config CONFIG_REBOOT
61 help 61 help
62 Please submit a patch to add help text for this item. 62 Please submit a patch to add help text for this item.
63 63
64config CONFIG_MINIT
65 bool "minit"
66 default n
67 help
68 Minimal init, based on minit v0.9.1
69
70config CONFIG_PIDFILEHACK
71 bool "pidfilehack"
72 default y
73 depends on CONFIG_MINIT
74 help
75 pidfilehack is used by minit to run servers.
76
77config CONFIG_MSVC
78 bool "msvc"
79 default y
80 depends on CONFIG_MINIT
81 help
82 msvc is used to start and stop processes controlled by minit
83
64# Should start-stop-daemon be moved under debianutils? 84# Should start-stop-daemon be moved under debianutils?
65config CONFIG_START_STOP_DAEMON 85config CONFIG_START_STOP_DAEMON
66 bool "start-stop-daemon" 86 bool "start-stop-daemon"