diff options
author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2020-03-11 07:51:46 +0100 |
---|---|---|
committer | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2020-03-11 07:54:46 +0100 |
commit | 3d3f1509f90fac97f21f23422edd95537e29634c (patch) | |
tree | 2143fd8a56513e6f72c3546a0443bdc3beb35752 /installation/openbsd | |
parent | 953aece84866a89bd3de8f6d3f5d30e2f9cfb4f3 (diff) | |
download | pleroma-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-x | installation/openbsd/rc.d/pleromad | 1 |
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}" } |