Config.in 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. #
  2. # For a description of the syntax of this configuration file,
  3. # see scripts/kbuild/config-language.txt.
  4. #
  5. menu "Runit Utilities"
  6. config BUSYBOX_CONFIG_RUNSV
  7. bool "runsv"
  8. default n
  9. help
  10. runsv starts and monitors a service and optionally an appendant log
  11. service.
  12. config BUSYBOX_CONFIG_RUNSVDIR
  13. bool "runsvdir"
  14. default n
  15. help
  16. runsvdir starts a runsv process for each subdirectory, or symlink to
  17. a directory, in the services directory dir, up to a limit of 1000
  18. subdirectories, and restarts a runsv process if it terminates.
  19. config BUSYBOX_CONFIG_SV
  20. bool "sv"
  21. default n
  22. help
  23. sv reports the current status and controls the state of services
  24. monitored by the runsv supervisor.
  25. config BUSYBOX_CONFIG_SVLOGD
  26. bool "svlogd"
  27. default n
  28. help
  29. svlogd continuously reads log data from its standard input, optionally
  30. filters log messages, and writes the data to one or more automatically
  31. rotated logs.
  32. config BUSYBOX_CONFIG_CHPST
  33. bool "chpst"
  34. default n
  35. help
  36. chpst changes the process state according to the given options, and
  37. execs specified program.
  38. config BUSYBOX_CONFIG_SETUIDGID
  39. bool "setuidgid"
  40. help
  41. Sets soft resource limits as specified by options
  42. config BUSYBOX_CONFIG_ENVUIDGID
  43. bool "envuidgid"
  44. help
  45. Sets $UID to account's uid and $GID to account's gid
  46. config BUSYBOX_CONFIG_ENVDIR
  47. bool "envdir"
  48. help
  49. Sets various environment variables as specified by files
  50. in the given directory
  51. config BUSYBOX_CONFIG_SOFTLIMIT
  52. bool "softlimit"
  53. help
  54. Sets soft resource limits as specified by options
  55. endmenu