summaryrefslogtreecommitdiffstats
path: root/testing/haproxy/haproxy.initd
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-09-16 08:42:56 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-09-16 08:42:56 +0000
commit68eb006c7b5a7230696e46db861d8644a1c598bb (patch)
tree384bd70621d174650de8dfcfb6234708b5206a73 /testing/haproxy/haproxy.initd
parent9d63f14d168aef4d240e2bd638366c29f9127363 (diff)
downloadaports-68eb006c7b5a7230696e46db861d8644a1c598bb.tar.bz2
aports-68eb006c7b5a7230696e46db861d8644a1c598bb.tar.xz
main/testing/haproxy: start service after firewall
Diffstat (limited to 'testing/haproxy/haproxy.initd')
-rw-r--r--testing/haproxy/haproxy.initd1
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/haproxy/haproxy.initd b/testing/haproxy/haproxy.initd
index 10466144b..82a106759 100644
--- a/testing/haproxy/haproxy.initd
+++ b/testing/haproxy/haproxy.initd
@@ -18,6 +18,7 @@ checkconfig() {
depend() {
need net
+ after firewall
use dns logger
}