diff options
Diffstat (limited to 'init/Config.in')
-rw-r--r-- | init/Config.in | 20 |
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 | ||
64 | config CONFIG_MINIT | ||
65 | bool "minit" | ||
66 | default n | ||
67 | help | ||
68 | Minimal init, based on minit v0.9.1 | ||
69 | |||
70 | config 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 | |||
77 | config 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? |
65 | config CONFIG_START_STOP_DAEMON | 85 | config CONFIG_START_STOP_DAEMON |
66 | bool "start-stop-daemon" | 86 | bool "start-stop-daemon" |