OpenWrt – Blame information for rev 3

Subversion Repositories:
Rev:
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,
3 office 4 # see scripts/kbuild/config-language.txt.
1 office 5 #
6  
7 menu "Runit Utilities"
8  
9 config BUSYBOX_CONFIG_CHPST
3 office 10 bool "chpst"
1 office 11 default BUSYBOX_DEFAULT_CHPST
12 help
3 office 13 chpst changes the process state according to the given options, and
14 execs specified program.
1 office 15  
16 config BUSYBOX_CONFIG_SETUIDGID
3 office 17 bool "setuidgid"
1 office 18 default BUSYBOX_DEFAULT_SETUIDGID
19 help
3 office 20 Sets soft resource limits as specified by options
1 office 21  
22 config BUSYBOX_CONFIG_ENVUIDGID
3 office 23 bool "envuidgid"
1 office 24 default BUSYBOX_DEFAULT_ENVUIDGID
25 help
3 office 26 Sets $UID to account's uid and $GID to account's gid
1 office 27  
28 config BUSYBOX_CONFIG_ENVDIR
3 office 29 bool "envdir"
1 office 30 default BUSYBOX_DEFAULT_ENVDIR
31 help
3 office 32 Sets various environment variables as specified by files
33 in the given directory
1 office 34  
35 config BUSYBOX_CONFIG_SOFTLIMIT
3 office 36 bool "softlimit"
1 office 37 default BUSYBOX_DEFAULT_SOFTLIMIT
38 help
3 office 39 Sets soft resource limits as specified by options
1 office 40 config BUSYBOX_CONFIG_RUNSV
3 office 41 bool "runsv"
1 office 42 default BUSYBOX_DEFAULT_RUNSV
43 help
3 office 44 runsv starts and monitors a service and optionally an appendant log
45 service.
1 office 46 config BUSYBOX_CONFIG_RUNSVDIR
3 office 47 bool "runsvdir"
1 office 48 default BUSYBOX_DEFAULT_RUNSVDIR
49 help
3 office 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.
1 office 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
3 office 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.
1 office 62 config BUSYBOX_CONFIG_SV
3 office 63 bool "sv"
1 office 64 default BUSYBOX_DEFAULT_SV
65 help
3 office 66 sv reports the current status and controls the state of services
67 monitored by the runsv supervisor.
1 office 68  
69 config BUSYBOX_CONFIG_SV_DEFAULT_SERVICE_DIR
70 string "Default directory for services"
71 default BUSYBOX_DEFAULT_SV_DEFAULT_SERVICE_DIR
3 office 72 depends on BUSYBOX_CONFIG_SV
1 office 73 help
3 office 74 Default directory for services.
75 Defaults to "/var/service"
1 office 76  
77 config BUSYBOX_CONFIG_SVC
3 office 78 bool "svc"
1 office 79 default BUSYBOX_DEFAULT_SVC
80 help
3 office 81 svc controls the state of services monitored by the runsv supervisor.
82 It is comaptible with daemontools command with the same name.
1 office 83 config BUSYBOX_CONFIG_SVLOGD
3 office 84 bool "svlogd"
1 office 85 default BUSYBOX_DEFAULT_SVLOGD
86 help
3 office 87 svlogd continuously reads log data from its standard input, optionally
88 filters log messages, and writes the data to one or more automatically
89 rotated logs.
1 office 90  
91 endmenu