diff options
Diffstat (limited to 'main/postgresql/postgresql.initd')
-rw-r--r-- | main/postgresql/postgresql.initd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/postgresql/postgresql.initd b/main/postgresql/postgresql.initd index 3863a49aa4..48b95b3eae 100644 --- a/main/postgresql/postgresql.initd +++ b/main/postgresql/postgresql.initd @@ -7,6 +7,7 @@ opts="${opts} reload setup" depend() { use net + after firewall } checkconfig() { |