From 68eb006c7b5a7230696e46db861d8644a1c598bb Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 16 Sep 2009 08:42:56 +0000 Subject: main/testing/haproxy: start service after firewall --- testing/haproxy/haproxy.initd | 1 + 1 file changed, 1 insertion(+) (limited to 'testing/haproxy/haproxy.initd') diff --git a/testing/haproxy/haproxy.initd b/testing/haproxy/haproxy.initd index 10466144b1..82a1067591 100644 --- a/testing/haproxy/haproxy.initd +++ b/testing/haproxy/haproxy.initd @@ -18,6 +18,7 @@ checkconfig() { depend() { need net + after firewall use dns logger } -- cgit v1.2.3