source: MondoRescue/branches/3.0/mindi-busybox/runit/Config.in@ 3085

Last change on this file since 3085 was 2725, checked in by Bruno Cornec, 13 years ago
  • Update mindi-busybox to 1.18.3 to avoid problems with the tar command which is now failing on recent versions with busybox 1.7.3
File size: 2.0 KB
Line 
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 scripts/kbuild/config-language.txt.
5#
6
7menu "Runit Utilities"
8
9
10
11config RUNSV
12 bool "runsv"
13 default y
14 help
15 runsv starts and monitors a service and optionally an appendant log
16 service.
17
18config RUNSVDIR
19 bool "runsvdir"
20 default y
21 help
22 runsvdir starts a runsv process for each subdirectory, or symlink to
23 a directory, in the services directory dir, up to a limit of 1000
24 subdirectories, and restarts a runsv process if it terminates.
25
26config FEATURE_RUNSVDIR_LOG
27 bool "Enable scrolling argument log"
28 depends on RUNSVDIR
29 default n
30 help
31 Enable feature where second parameter of runsvdir holds last error
32 message (viewable via top/ps). Otherwise (feature is off
33 or no parameter), error messages go to stderr only.
34
35config SV
36 bool "sv"
37 default y
38 help
39 sv reports the current status and controls the state of services
40 monitored by the runsv supervisor.
41
42config SV_DEFAULT_SERVICE_DIR
43 string "Default directory for services"
44 default "/var/service"
45 depends on SV
46 help
47 Default directory for services.
48 Defaults to "/var/service"
49
50config SVLOGD
51 bool "svlogd"
52 default y
53 help
54 svlogd continuously reads log data from its standard input, optionally
55 filters log messages, and writes the data to one or more automatically
56 rotated logs.
57
58config CHPST
59 bool "chpst"
60 default y
61 help
62 chpst changes the process state according to the given options, and
63 execs specified program.
64
65config SETUIDGID
66 bool "setuidgid"
67 default y
68 help
69 Sets soft resource limits as specified by options
70
71config ENVUIDGID
72 bool "envuidgid"
73 default y
74 help
75 Sets $UID to account's uid and $GID to account's gid
76
77config ENVDIR
78 bool "envdir"
79 default y
80 help
81 Sets various environment variables as specified by files
82 in the given directory
83
84config SOFTLIMIT
85 bool "softlimit"
86 default y
87 help
88 Sets soft resource limits as specified by options
89
90endmenu
Note: See TracBrowser for help on using the repository browser.