svlogd: new applet. +9k. Still too big, but it was 12k yesterday.
[oweals/busybox.git] / runit / Config.in
1 #
2 # For a description of the syntax of this configuration file,
3 # see scripts/kbuild/config-language.txt.
4 #
5
6 menu "Runit Utilities"
7
8 config SVLOGD
9         bool "svlogd"
10         default n
11         help
12           svlogd continuously reads log data from its standard input, optionally
13           filters log messages, and writes the data to one or more automatically
14           rotated logs.
15
16 config CHPST
17         bool "chpst"
18         default n
19         help
20           chpst changes the process state according to the given options, and
21           execs specified program.
22
23 config SETUIDGID
24         bool "setuidgid"
25         help
26           Sets soft resource limits as specified by options
27
28 config ENVUIDGID
29         bool "envuidgid"
30         help
31           Sets $UID to account's uid and $GID to account's gid
32
33 config ENVDIR
34         bool "envdir"
35         help
36           Sets various environment variables as specified by files
37           in the given directory
38
39 config SOFTLIMIT
40         bool "softlimit"
41         help
42           Sets soft resource limits as specified by options
43
44 endmenu