1
0

Config.in 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  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. menu "Runit Utilities"
  7. config BUSYBOX_CONFIG_CHPST
  8. bool "chpst"
  9. default BUSYBOX_DEFAULT_CHPST
  10. help
  11. chpst changes the process state according to the given options, and
  12. execs specified program.
  13. config BUSYBOX_CONFIG_SETUIDGID
  14. bool "setuidgid"
  15. default BUSYBOX_DEFAULT_SETUIDGID
  16. help
  17. Sets soft resource limits as specified by options
  18. config BUSYBOX_CONFIG_ENVUIDGID
  19. bool "envuidgid"
  20. default BUSYBOX_DEFAULT_ENVUIDGID
  21. help
  22. Sets $UID to account's uid and $GID to account's gid
  23. config BUSYBOX_CONFIG_ENVDIR
  24. bool "envdir"
  25. default BUSYBOX_DEFAULT_ENVDIR
  26. help
  27. Sets various environment variables as specified by files
  28. in the given directory
  29. config BUSYBOX_CONFIG_SOFTLIMIT
  30. bool "softlimit"
  31. default BUSYBOX_DEFAULT_SOFTLIMIT
  32. help
  33. Sets soft resource limits as specified by options
  34. config BUSYBOX_CONFIG_RUNSV
  35. bool "runsv"
  36. default BUSYBOX_DEFAULT_RUNSV
  37. help
  38. runsv starts and monitors a service and optionally an appendant log
  39. service.
  40. config BUSYBOX_CONFIG_RUNSVDIR
  41. bool "runsvdir"
  42. default BUSYBOX_DEFAULT_RUNSVDIR
  43. help
  44. runsvdir starts a runsv process for each subdirectory, or symlink to
  45. a directory, in the services directory dir, up to a limit of 1000
  46. subdirectories, and restarts a runsv process if it terminates.
  47. config BUSYBOX_CONFIG_FEATURE_RUNSVDIR_LOG
  48. bool "Enable scrolling argument log"
  49. depends on BUSYBOX_CONFIG_RUNSVDIR
  50. default BUSYBOX_DEFAULT_FEATURE_RUNSVDIR_LOG
  51. help
  52. Enable feature where second parameter of runsvdir holds last error
  53. message (viewable via top/ps). Otherwise (feature is off
  54. or no parameter), error messages go to stderr only.
  55. config BUSYBOX_CONFIG_SV
  56. bool "sv"
  57. default BUSYBOX_DEFAULT_SV
  58. help
  59. sv reports the current status and controls the state of services
  60. monitored by the runsv supervisor.
  61. config BUSYBOX_CONFIG_SV_DEFAULT_SERVICE_DIR
  62. string "Default directory for services"
  63. default BUSYBOX_DEFAULT_SV_DEFAULT_SERVICE_DIR
  64. depends on BUSYBOX_CONFIG_SV
  65. help
  66. Default directory for services.
  67. Defaults to "/var/service"
  68. config BUSYBOX_CONFIG_SVLOGD
  69. bool "svlogd"
  70. default BUSYBOX_DEFAULT_SVLOGD
  71. help
  72. svlogd continuously reads log data from its standard input, optionally
  73. filters log messages, and writes the data to one or more automatically
  74. rotated logs.
  75. endmenu