aboutsummaryrefslogtreecommitdiffstats
path: root/testing/heplify-server/heplify-server.initd
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@alpinelinux.org>2020-04-17 14:28:02 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2020-04-17 14:28:24 +0000
commit81afbb48b893cfa2a2fb49a8b381cf994bdedb15 (patch)
tree2001e5ef30f0ba96d978fcbec44e02fcdc1edefe /testing/heplify-server/heplify-server.initd
parent05d17075d674c6d425ed7b3eec7da1459590a23a (diff)
downloadaports-81afbb48b893cfa2a2fb49a8b381cf994bdedb15.tar.bz2
aports-81afbb48b893cfa2a2fb49a8b381cf994bdedb15.tar.xz
testing/heplify-server: upgrade to 1.27
enable tests
Diffstat (limited to 'testing/heplify-server/heplify-server.initd')
-rw-r--r--testing/heplify-server/heplify-server.initd4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/heplify-server/heplify-server.initd b/testing/heplify-server/heplify-server.initd
index 2110aff99d..a7ac51e201 100644
--- a/testing/heplify-server/heplify-server.initd
+++ b/testing/heplify-server/heplify-server.initd
@@ -10,8 +10,8 @@ pidfile="/run/homer/${RC_SVCNAME}.pid"
extra_started_commands=reload
depend() {
- need net
- after firewall
+ need net
+ after firewall postgresql
}
start_pre() {