OpenWrt – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | # DO NOT EDIT. This file is generated from Config.src |
2 | # |
||
3 | # For a description of the syntax of this configuration file, |
||
4 | # see docs/Kconfig-language.txt. |
||
5 | # |
||
6 | |||
7 | menu "Runit Utilities" |
||
8 | |||
9 | config BUSYBOX_CONFIG_CHPST |
||
10 | bool "chpst (9 kb)" |
||
11 | default BUSYBOX_DEFAULT_CHPST |
||
12 | help |
||
13 | chpst changes the process state according to the given options, and |
||
14 | execs specified program. |
||
15 | |||
16 | config BUSYBOX_CONFIG_SETUIDGID |
||
17 | bool "setuidgid (4 kb)" |
||
18 | default BUSYBOX_DEFAULT_SETUIDGID |
||
19 | help |
||
20 | Sets soft resource limits as specified by options |
||
21 | |||
22 | config BUSYBOX_CONFIG_ENVUIDGID |
||
23 | bool "envuidgid (3.9 kb)" |
||
24 | default BUSYBOX_DEFAULT_ENVUIDGID |
||
25 | help |
||
26 | Sets $UID to account's uid and $GID to account's gid |
||
27 | |||
28 | config BUSYBOX_CONFIG_ENVDIR |
||
29 | bool "envdir (2.5 kb)" |
||
30 | default BUSYBOX_DEFAULT_ENVDIR |
||
31 | help |
||
32 | Sets various environment variables as specified by files |
||
33 | in the given directory |
||
34 | |||
35 | config BUSYBOX_CONFIG_SOFTLIMIT |
||
36 | bool "softlimit (4.5 kb)" |
||
37 | default BUSYBOX_DEFAULT_SOFTLIMIT |
||
38 | help |
||
39 | Sets soft resource limits as specified by options |
||
40 | config BUSYBOX_CONFIG_RUNSV |
||
41 | bool "runsv (7.8 kb)" |
||
42 | default BUSYBOX_DEFAULT_RUNSV |
||
43 | help |
||
44 | runsv starts and monitors a service and optionally an appendant log |
||
45 | service. |
||
46 | config BUSYBOX_CONFIG_RUNSVDIR |
||
47 | bool "runsvdir (6.3 kb)" |
||
48 | default BUSYBOX_DEFAULT_RUNSVDIR |
||
49 | help |
||
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. |
||
53 | |||
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 |
||
58 | help |
||
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 |
||
63 | bool "sv (8.5 kb)" |
||
64 | default BUSYBOX_DEFAULT_SV |
||
65 | help |
||
66 | sv reports the current status and controls the state of services |
||
67 | monitored by the runsv supervisor. |
||
68 | |||
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 |
||
73 | help |
||
74 | Default directory for services. |
||
75 | Defaults to "/var/service" |
||
76 | |||
77 | config BUSYBOX_CONFIG_SVC |
||
78 | bool "svc (8.4 kb)" |
||
79 | default BUSYBOX_DEFAULT_SVC |
||
80 | help |
||
81 | svc controls the state of services monitored by the runsv supervisor. |
||
82 | It is compatible with daemontools command with the same name. |
||
83 | |||
84 | config BUSYBOX_CONFIG_SVOK |
||
85 | bool "svok (1.5 kb)" |
||
86 | default BUSYBOX_DEFAULT_SVOK |
||
87 | help |
||
88 | svok checks whether runsv supervisor is running. |
||
89 | It is compatible with daemontools command with the same name. |
||
90 | config BUSYBOX_CONFIG_SVLOGD |
||
91 | bool "svlogd (16 kb)" |
||
92 | default BUSYBOX_DEFAULT_SVLOGD |
||
93 | help |
||
94 | svlogd continuously reads log data from its standard input, optionally |
||
95 | filters log messages, and writes the data to one or more automatically |
||
96 | rotated logs. |
||
97 | |||
98 | endmenu |