awk: add comment about fixing bug 1333
[oweals/busybox.git] / runit / Config.in
index beff1e7e2da9213d775a413b3237cf72ef17fa71..422ca7517da34e735e0bfc5a94a44b9bfec0b82c 100644 (file)
@@ -36,6 +36,14 @@ config SV
          sv reports the current status and controls the state of services
          monitored by the runsv supervisor.
 
+config SV_DEFAULT_SERVICE_DIR
+       string "Default directory for services"
+       default "/var/service"
+       depends on SV
+       help
+         Default directory for services.
+         Defaults to "/var/service"
+
 config SVLOGD
        bool "svlogd"
        default n