aboutsummaryrefslogtreecommitdiff
path: root/installation/pleroma.service
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/pleroma.service
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/pleroma.service')
-rw-r--r--installation/pleroma.service1
1 files changed, 1 insertions, 0 deletions
diff --git a/installation/pleroma.service b/installation/pleroma.service
index 5dcbc1387..02d0995fd 100644
--- a/installation/pleroma.service
+++ b/installation/pleroma.service
@@ -11,6 +11,7 @@ Restart=on-failure
User=pleroma
; Declares that Pleroma runs in production mode.
Environment="MIX_ENV=prod"
+Environment="ERL_EPMD_ADDRESS=127.0.0.1,::1"
; Make sure that all paths fit your installation.
; Path to the home directory of the user running the Pleroma service.