Config.in 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  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 docs/Kconfig-language.txt.
  5. #
  6. menu "Runit Utilities"
  7. config BUSYBOX_CHPST
  8. bool "chpst (9 kb)"
  9. default y
  10. help
  11. chpst changes the process state according to the given options, and
  12. execs specified program.
  13. config BUSYBOX_SETUIDGID
  14. bool "setuidgid (4 kb)"
  15. default y
  16. help
  17. Sets soft resource limits as specified by options
  18. config BUSYBOX_ENVUIDGID
  19. bool "envuidgid (3.9 kb)"
  20. default y
  21. help
  22. Sets $UID to account's uid and $GID to account's gid
  23. config BUSYBOX_ENVDIR
  24. bool "envdir (2.5 kb)"
  25. default y
  26. help
  27. Sets various environment variables as specified by files
  28. in the given directory
  29. config BUSYBOX_SOFTLIMIT
  30. bool "softlimit (4.5 kb)"
  31. default y
  32. help
  33. Sets soft resource limits as specified by options
  34. config BUSYBOX_RUNSV
  35. bool "runsv (7.8 kb)"
  36. default y
  37. help
  38. runsv starts and monitors a service and optionally an appendant log
  39. service.
  40. config BUSYBOX_RUNSVDIR
  41. bool "runsvdir (6.3 kb)"
  42. default y
  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_FEATURE_RUNSVDIR_LOG
  48. bool "Enable scrolling argument log"
  49. depends on BUSYBOX_RUNSVDIR
  50. default n
  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_SV
  56. bool "sv (8.5 kb)"
  57. default y
  58. help
  59. sv reports the current status and controls the state of services
  60. monitored by the runsv supervisor.
  61. config BUSYBOX_SV_DEFAULT_SERVICE_DIR
  62. string "Default directory for services"
  63. default "/var/service"
  64. depends on BUSYBOX_SV || BUSYBOX_SVC || BUSYBOX_SVOK
  65. help
  66. Default directory for services.
  67. Defaults to "/var/service"
  68. config BUSYBOX_SVC
  69. bool "svc (8.4 kb)"
  70. default y
  71. help
  72. svc controls the state of services monitored by the runsv supervisor.
  73. It is compatible with daemontools command with the same name.
  74. config BUSYBOX_SVOK
  75. bool "svok (1.5 kb)"
  76. default y
  77. help
  78. svok checks whether runsv supervisor is running.
  79. It is compatible with daemontools command with the same name.
  80. config BUSYBOX_SVLOGD
  81. bool "svlogd (16 kb)"
  82. default y
  83. help
  84. svlogd continuously reads log data from its standard input, optionally
  85. filters log messages, and writes the data to one or more automatically
  86. rotated logs.
  87. endmenu