From 573bcf2201aa7abbc59c963207c6880c2c1b208c Mon Sep 17 00:00:00 2001 From: Antti Kantee Date: Fri, 6 Sep 2013 00:16:45 +0300 Subject: [PATCH] touch more verbosity --- domain_config | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/domain_config b/domain_config index 63a907e..9b76830 100644 --- a/domain_config +++ b/domain_config @@ -8,7 +8,9 @@ vif = [ 'mac=b2:11:11:11:11:11' ] # if 1, run fs test # if 2, run net test -# if 0 or 3, run neither or both tests, respectively +# if 4, run httpd +# or any bitwise combination thereof +# note: both "2" and "4" run forever, so "6" is effectively "2" extra = "4" on_crash="preserve" -- 2.39.5