1
0

Config.in 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  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_RUNSV
  8. bool "runsv"
  9. default n
  10. help
  11. runsv starts and monitors a service and optionally an appendant log
  12. service.
  13. config BUSYBOX_RUNSVDIR
  14. bool "runsvdir"
  15. default n
  16. help
  17. runsvdir starts a runsv process for each subdirectory, or symlink to
  18. a directory, in the services directory dir, up to a limit of 1000
  19. subdirectories, and restarts a runsv process if it terminates.
  20. config BUSYBOX_FEATURE_RUNSVDIR_LOG
  21. bool "Enable scrolling argument log"
  22. depends on BUSYBOX_RUNSVDIR
  23. default n
  24. help
  25. Enable feature where second parameter of runsvdir holds last error
  26. message (viewable via top/ps). Otherwise (feature is off
  27. or no parameter), error messages go to stderr only.
  28. config BUSYBOX_SV
  29. bool "sv"
  30. default n
  31. help
  32. sv reports the current status and controls the state of services
  33. monitored by the runsv supervisor.
  34. config BUSYBOX_SV_DEFAULT_SERVICE_DIR
  35. string "Default directory for services"
  36. default "/var/service"
  37. depends on BUSYBOX_SV
  38. help
  39. Default directory for services.
  40. Defaults to "/var/service"
  41. config BUSYBOX_SVC
  42. bool "svc"
  43. default n
  44. help
  45. svc controls the state of services monitored by the runsv supervisor.
  46. It is comaptible with daemontools command with the same name.
  47. config BUSYBOX_SVLOGD
  48. bool "svlogd"
  49. default n
  50. help
  51. svlogd continuously reads log data from its standard input, optionally
  52. filters log messages, and writes the data to one or more automatically
  53. rotated logs.
  54. config BUSYBOX_CHPST
  55. bool "chpst"
  56. default n
  57. help
  58. chpst changes the process state according to the given options, and
  59. execs specified program.
  60. config BUSYBOX_SETUIDGID
  61. bool "setuidgid"
  62. default n
  63. help
  64. Sets soft resource limits as specified by options
  65. config BUSYBOX_ENVUIDGID
  66. bool "envuidgid"
  67. default n
  68. help
  69. Sets $UID to account's uid and $GID to account's gid
  70. config BUSYBOX_ENVDIR
  71. bool "envdir"
  72. default n
  73. help
  74. Sets various environment variables as specified by files
  75. in the given directory
  76. config BUSYBOX_SOFTLIMIT
  77. bool "softlimit"
  78. default n
  79. help
  80. Sets soft resource limits as specified by options
  81. endmenu