1 # DO NOT EDIT. This file is generated from Config.src
3 # For a description of the syntax of this configuration file,
4 # see docs/Kconfig-language.txt.
9 config BUSYBOX_CONFIG_CHPST
11 default BUSYBOX_DEFAULT_CHPST
13 chpst changes the process state according to the given options, and
14 execs specified program.
16 config BUSYBOX_CONFIG_SETUIDGID
17 bool "setuidgid (4 kb)"
18 default BUSYBOX_DEFAULT_SETUIDGID
20 Sets soft resource limits as specified by options
22 config BUSYBOX_CONFIG_ENVUIDGID
23 bool "envuidgid (3.9 kb)"
24 default BUSYBOX_DEFAULT_ENVUIDGID
26 Sets $UID to account's uid and $GID to account's gid
28 config BUSYBOX_CONFIG_ENVDIR
29 bool "envdir (2.5 kb)"
30 default BUSYBOX_DEFAULT_ENVDIR
32 Sets various environment variables as specified by files
33 in the given directory
35 config BUSYBOX_CONFIG_SOFTLIMIT
36 bool "softlimit (4.5 kb)"
37 default BUSYBOX_DEFAULT_SOFTLIMIT
39 Sets soft resource limits as specified by options
40 config BUSYBOX_CONFIG_RUNSV
42 default BUSYBOX_DEFAULT_RUNSV
44 runsv starts and monitors a service and optionally an appendant log
46 config BUSYBOX_CONFIG_RUNSVDIR
47 bool "runsvdir (6.3 kb)"
48 default BUSYBOX_DEFAULT_RUNSVDIR
50 runsvdir starts a runsv process for each subdirectory, or symlink to
51 a directory, in the services directory dir, up to a limit of 1000
52 subdirectories, and restarts a runsv process if it terminates.
54 config BUSYBOX_CONFIG_FEATURE_RUNSVDIR_LOG
55 bool "Enable scrolling argument log"
56 depends on BUSYBOX_CONFIG_RUNSVDIR
57 default BUSYBOX_DEFAULT_FEATURE_RUNSVDIR_LOG
59 Enable feature where second parameter of runsvdir holds last error
60 message (viewable via top/ps). Otherwise (feature is off
61 or no parameter), error messages go to stderr only.
62 config BUSYBOX_CONFIG_SV
64 default BUSYBOX_DEFAULT_SV
66 sv reports the current status and controls the state of services
67 monitored by the runsv supervisor.
69 config BUSYBOX_CONFIG_SV_DEFAULT_SERVICE_DIR
70 string "Default directory for services"
71 default BUSYBOX_DEFAULT_SV_DEFAULT_SERVICE_DIR
72 depends on BUSYBOX_CONFIG_SV || BUSYBOX_CONFIG_SVC || BUSYBOX_CONFIG_SVOK
74 Default directory for services.
75 Defaults to "/var/service"
77 config BUSYBOX_CONFIG_SVC
79 default BUSYBOX_DEFAULT_SVC
81 svc controls the state of services monitored by the runsv supervisor.
82 It is compatible with daemontools command with the same name.
84 config BUSYBOX_CONFIG_SVOK
86 default BUSYBOX_DEFAULT_SVOK
88 svok checks whether runsv supervisor is running.
89 It is compatible with daemontools command with the same name.
90 config BUSYBOX_CONFIG_SVLOGD
92 default BUSYBOX_DEFAULT_SVLOGD
94 svlogd continuously reads log data from its standard input, optionally
95 filters log messages, and writes the data to one or more automatically