aports/community/eturnal/eturnal.confd
Saarko 4c5d88c82a community/eturnal: move from testing
package should fulfill all relevant requirements according to wiki.

in other cases, please let us know :)
2022-10-26 09:53:26 +00:00

14 lines
679 B
Bash

# 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"