summaryrefslogtreecommitdiff
path: root/installation/openbsd/rc.d/pleromad
diff options
context:
space:
mode:
Diffstat (limited to 'installation/openbsd/rc.d/pleromad')
-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}"
}