aboutsummaryrefslogtreecommitdiff
path: root/runit/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'runit/Config.in')
-rw-r--r--runit/Config.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/runit/Config.in b/runit/Config.in
index 073ca1425..b90b0232e 100644
--- a/runit/Config.in
+++ b/runit/Config.in
@@ -5,30 +5,30 @@
5 5
6menu "Runit Utilities" 6menu "Runit Utilities"
7 7
8config CONFIG_CHPST 8config CHPST
9 bool "chpst" 9 bool "chpst"
10 default n 10 default n
11 help 11 help
12 chpst changes the process state according to the given options, and 12 chpst changes the process state according to the given options, and
13 execs specified program. 13 execs specified program.
14 14
15config CONFIG_SETUIDGID 15config SETUIDGID
16 bool "setuidgid" 16 bool "setuidgid"
17 help 17 help
18 Sets soft resource limits as specified by options 18 Sets soft resource limits as specified by options
19 19
20config CONFIG_ENVUIDGID 20config ENVUIDGID
21 bool "envuidgid" 21 bool "envuidgid"
22 help 22 help
23 Sets $UID to account's uid and $GID to account's gid 23 Sets $UID to account's uid and $GID to account's gid
24 24
25config CONFIG_ENVDIR 25config ENVDIR
26 bool "envdir" 26 bool "envdir"
27 help 27 help
28 Sets various environment variables as specified by files 28 Sets various environment variables as specified by files
29 in the given directory 29 in the given directory
30 30
31config CONFIG_SOFTLIMIT 31config SOFTLIMIT
32 bool "softlimit" 32 bool "softlimit"
33 help 33 help
34 Sets soft resource limits as specified by options 34 Sets soft resource limits as specified by options