aboutsummaryrefslogtreecommitdiffstats
path: root/community/eturnal/eturnal.confd
diff options
context:
space:
mode:
Diffstat (limited to 'community/eturnal/eturnal.confd')
-rw-r--r--community/eturnal/eturnal.confd13
1 files changed, 13 insertions, 0 deletions
diff --git a/community/eturnal/eturnal.confd b/community/eturnal/eturnal.confd
new file mode 100644
index 00000000000..c0664b7e3b2
--- /dev/null
+++ b/community/eturnal/eturnal.confd
@@ -0,0 +1,13 @@
+# Configuration for /etc/init.d/eturnal
+
+# Specify the network service that corresponds to the listener configuration in
+# your eturnal.yml file.
+#rc_need="net.eth1"
+
+# On eturnal startup, an Erlang Port Mapper Daemon (EPMD) service is spawned (if
+# it's not running already). By default, this service listens on all available
+# interfaces. Setting the ERL_EPMD_ADDRESS environment variable tells EPMD to
+# listen on the specified comma-seperated list of IP addresses instead. Note
+# that the IPv4 and IPv6 loopback addresses are implicitly added to this list if
+# not specified. It's usually recommended to set ERL_EPMD_ADDRESS="127.0.0.1".
+#export ERL_EPMD_ADDRESS="127.0.0.1"