diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-12-23 08:19:04 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-12-23 08:20:33 +0100 |
commit | 2df44ef167f084559dc3c19eb1660227f9bb564d (patch) | |
tree | 8f55566faae3c9dd1682c775cb65f705d697334c /package/busybox/config/runit | |
parent | a66d31dbaf25149762431af40592d9e5ef3ee06b (diff) |
busybox: update to 1.26.0
Diffstat (limited to 'package/busybox/config/runit')
-rw-r--r-- | package/busybox/config/runit/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/package/busybox/config/runit/Config.in b/package/busybox/config/runit/Config.in index fc767d280..87b9b6b1d 100644 --- a/package/busybox/config/runit/Config.in +++ b/package/busybox/config/runit/Config.in @@ -46,6 +46,13 @@ config BUSYBOX_SV_DEFAULT_SERVICE_DIR Default directory for services. Defaults to "/var/service" +config BUSYBOX_SVC + bool "svc" + default n + help + svc controls the state of services monitored by the runsv supervisor. + It is comaptible with daemontools command with the same name. + config BUSYBOX_SVLOGD bool "svlogd" default n |