Config.in 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  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 CHPST
  8. bool "chpst (8.7 kb)"
  9. default y
  10. help
  11. chpst changes the process state according to the given options, and
  12. execs specified program.
  13. config SETUIDGID
  14. bool "setuidgid (4.2 kb)"
  15. default y
  16. help
  17. Sets soft resource limits as specified by options
  18. config ENVUIDGID
  19. bool "envuidgid (3.6 kb)"
  20. default y
  21. help
  22. Sets $UID to account's uid and $GID to account's gid
  23. config 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 SOFTLIMIT
  30. bool "softlimit (4.3 kb)"
  31. default y
  32. help
  33. Sets soft resource limits as specified by options
  34. config RUNSV
  35. bool "runsv (7.2 kb)"
  36. default y
  37. help
  38. runsv starts and monitors a service and optionally an appendant log
  39. service.
  40. config RUNSVDIR
  41. bool "runsvdir (6 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 FEATURE_RUNSVDIR_LOG
  48. bool "Enable scrolling argument log"
  49. depends on 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 SV
  56. bool "sv (7.8 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 SV_DEFAULT_SERVICE_DIR
  62. string "Default directory for services"
  63. default "/var/service"
  64. depends on SV
  65. help
  66. Default directory for services.
  67. Defaults to "/var/service"
  68. config SVC
  69. bool "svc (7.8 kb)"
  70. default y
  71. help
  72. svc controls the state of services monitored by the runsv supervisor.
  73. It is comaptible with daemontools command with the same name.
  74. config SVLOGD
  75. bool "svlogd (15 kb)"
  76. default y
  77. help
  78. svlogd continuously reads log data from its standard input, optionally
  79. filters log messages, and writes the data to one or more automatically
  80. rotated logs.
  81. endmenu