ifupdown: save some 100+ bytes of code in addstr()
[oweals/busybox.git] / runit / Config.in
index b90b0232ec3a78df184530f00742c6cf2b5771ef..8a7deea72021dd258a9002959eba8920dc4c7af3 100644 (file)
@@ -5,6 +5,36 @@
 
 menu "Runit Utilities"
 
+config RUNSV
+       bool "runsv"
+       default n
+       help
+         runsv starts and monitors a service and optionally an appendant log
+         service.
+
+config RUNSVDIR
+       bool "runsvdir"
+       default n
+       help
+         runsvdir starts a runsv process for each subdirectory, or symlink to
+         a directory, in the services directory dir, up to a limit of 1000
+         subdirectories, and restarts a runsv process if it terminates.
+
+config SV
+       bool "sv"
+       default n
+       help
+         sv reports the current status and controls the state of services
+         monitored by the runsv supervisor.
+
+config SVLOGD
+       bool "svlogd"
+       default n
+       help
+         svlogd continuously reads log data from its standard input, optionally
+         filters log messages, and writes the data to one or more automatically
+         rotated logs.
+
 config CHPST
        bool "chpst"
        default n