forked from erlang/erlang
Accepting request 647397 from home:markoschandras:branches:devel:languages:erlang:Factory
- Fix instructions for changing address for epmd.socket service. The ListenStream option needs to be completely overriden otherwise the socket will be started with multiple ListenStream options and it will fail. OBS-URL: https://build.opensuse.org/request/show/647397 OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang:Factory/erlang?expand=0&rev=65
This commit is contained in:
@@ -21,5 +21,6 @@ The first line is to discard vendor configuration. The second line will change t
|
||||
To enable accepting external connections to EPMd, create ```/etc/systemd/system/epmd.socket.d/port.conf``` with following content:
|
||||
```
|
||||
[Socket]
|
||||
ListenStream=
|
||||
ListenStream=0.0.0.0:4369
|
||||
```
|
||||
|
@@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 8 17:16:08 UTC 2018 - Markos Chandras <mchandras@suse.de>
|
||||
|
||||
- Fix instructions for changing address for epmd.socket service. The
|
||||
ListenStream option needs to be completely overriden otherwise the
|
||||
socket will be started with multiple ListenStream options and it
|
||||
will fail.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 2 21:24:41 UTC 2018 - Gabriele Santomaggio <g.santomaggio@gmail.com>
|
||||
|
||||
|
Reference in New Issue
Block a user