diff --git a/doc/install-guide/section_basics-queue.xml b/doc/install-guide/section_basics-queue.xml index 00b01e72aa..241bae128b 100644 --- a/doc/install-guide/section_basics-queue.xml +++ b/doc/install-guide/section_basics-queue.xml @@ -33,29 +33,6 @@ To configure the message queue service - Configure access to epmd on the controller IP: - # cp /usr/lib/systemd/system/epmd.socket /etc/systemd/system/ - - Edit /etc/systemd/system/epmd.socket - and add a second ListenStream line: - ListenStream=10.0.0.11:4369 - Reload systemd files: - # systemctl daemon-reload - - - This is discussed in openSUSE - bug#927301. - - The epmd.socket service should be listening on the controller - management interface. Restart the service if required. - - - # systemctl status epmd.socket -# systemctl restart epmd.socket - - - Start the message queue service and configure it to start when the system boots: