diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2020-08-06 03:39:36 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2020-08-06 03:39:36 +0200 |
commit | e4800c73e63e51cb143566ccf0ec0d95981969ff (patch) | |
tree | 1e1ae62a8ca1013868ced4cbdb1292ea660b1964 /package/busybox/config/runit | |
parent | fbbbdb0707fda9cf8e7578f5c8bc785a0e7da2eb (diff) |
busybox: update to latest
Diffstat (limited to 'package/busybox/config/runit')
-rw-r--r-- | package/busybox/config/runit/Config.in | 9 |
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 |