aboutsummaryrefslogtreecommitdiff
path: root/installation/openbsd
diff options
context:
space:
mode:
authorHaelwenn (lanodan) Monnier <contact@hacktivis.me>2020-03-11 07:51:46 +0100
committerHaelwenn (lanodan) Monnier <contact@hacktivis.me>2020-03-11 07:54:46 +0100
commit3d3f1509f90fac97f21f23422edd95537e29634c (patch)
tree2143fd8a56513e6f72c3546a0443bdc3beb35752 /installation/openbsd
parent953aece84866a89bd3de8f6d3f5d30e2f9cfb4f3 (diff)
downloadpleroma-fix/epmd-loopback.tar.gz
installation: Add ERL_EPMD_ADDRESS=127.0.0.1,::1 to servicesfix/epmd-loopback
[ci skip]
Diffstat (limited to 'installation/openbsd')
-rwxr-xr-xinstallation/openbsd/rc.d/pleromad1
1 files changed, 1 insertions, 0 deletions
diff --git a/installation/openbsd/rc.d/pleromad b/installation/openbsd/rc.d/pleromad
index 19ac4bb51..5c49c4949 100755
--- a/installation/openbsd/rc.d/pleromad
+++ b/installation/openbsd/rc.d/pleromad
@@ -24,6 +24,7 @@ rc_check() {
}
rc_start() {
+ export ERL_EPMD_ADDRESS=127.0.0.1,::1
${rcexec} "cd pleroma; ${daemon} ${daemon_flags}"
}