mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
package should fulfill all relevant requirements according to wiki. in other cases, please let us know :)
14 lines
679 B
Bash
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"
|