From 2b7351e253ddfd0bc25a23f53f8c92f474f63d34 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 16 Sep 2009 11:15:41 +0000 Subject: main/pgluster: start service after firewall --- main/pgcluster/pgcluster.initd | 1 + 1 file changed, 1 insertion(+) (limited to 'main/pgcluster/pgcluster.initd') diff --git a/main/pgcluster/pgcluster.initd b/main/pgcluster/pgcluster.initd index fb5cdfdf35..28606a5815 100644 --- a/main/pgcluster/pgcluster.initd +++ b/main/pgcluster/pgcluster.initd @@ -7,6 +7,7 @@ opts="${opts} reload setup" depend() { use net + after firewall provide postgresql } -- cgit v1.2.3