summaryrefslogtreecommitdiff
path: root/package/busybox/config/runit/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/busybox/config/runit/Config.in')
-rw-r--r--package/busybox/config/runit/Config.in9
1 files changed, 8 insertions, 1 deletions
diff --git a/package/busybox/config/runit/Config.in b/package/busybox/config/runit/Config.in
index 87b9b6b1d..2df1c2d90 100644
--- a/package/busybox/config/runit/Config.in
+++ b/package/busybox/config/runit/Config.in
@@ -41,7 +41,7 @@ config BUSYBOX_SV
config BUSYBOX_SV_DEFAULT_SERVICE_DIR
string "Default directory for services"
default "/var/service"
- depends on BUSYBOX_SV
+ depends on BUSYBOX_SV || BUSYBOX_SVC || BUSYBOX_SVOK
help
Default directory for services.
Defaults to "/var/service"
@@ -53,6 +53,13 @@ config BUSYBOX_SVC
svc controls the state of services monitored by the runsv supervisor.
It is comaptible with daemontools command with the same name.
+config BUSYBOX_SVOK
+ bool "svok (1.5 kb)"
+ default n
+ help
+ svok checks whether runsv supervisor is running.
+ It is compatible with daemontools command with the same name.
+
config BUSYBOX_SVLOGD
bool "svlogd"
default n