summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwrobell <wrobell@riseup.net>2026-07-21 21:36:45 +0100
committerNguyễn Gia Phong <cnx@loang.net>2026-07-26 15:35:20 +0900
commit5e7ea198684dadc3be3e743e5aea76f1dc8f3aa3 (patch)
treeba3c1b598c207023feef9d5f4426328b69863282
parent0257734a40999bfbbe0daa922e2d0e4928cdd5f0 (diff)
news: Add news entry for rabbitmq-service-type
* etc/news.scm (channel-news): New entry. Merges: https://codeberg.org/guix/guix/pulls/9607 Signed-off-by: Nguyễn Gia Phong <cnx@loang.net>
-rw-r--r--etc/news.scm22
1 files changed, 22 insertions, 0 deletions
diff --git a/etc/news.scm b/etc/news.scm
index 1685a1e3222..7c2b5e19c55 100644
--- a/etc/news.scm
+++ b/etc/news.scm
@@ -44,6 +44,28 @@
44(channel-news 44(channel-news
45 (version 0) 45 (version 0)
46 46
47 (entry (commit "0257734a40999bfbbe0daa922e2d0e4928cdd5f0")
48 (title
49 (en "RabbitMQ service requires epmd service"))
50 (body
51 (en "RabbitMQ is an Erlang application. It uses Erlang Port Mapper
52Daemon (epmd). To prevent RabbitMQ from starting its own epmd instance,
53the epmd service is added to enable control and configuration of the daemon.
54
55By default, Guix runs epmd service using local network interfaces.
56See the following articles for the rationale.
57@itemize
58@item @url{https://www.rabbitmq.com/blog/2024/12/18/epmd-public-exposure}
59@item @url{https://erlef.org/blog/eef/epmd-public-exposure}
60@end itemize
61
62To use RabbitMQ service, add epmd to the list of services, for example:
63@example
64(services
65 (service epmd-service-type)
66 (service rabbitmq-service-type))
67@end example")))
68
47 (entry (commit "d7769178a66b16f6d36aa72f81b2bfff7a254e55") 69 (entry (commit "d7769178a66b16f6d36aa72f81b2bfff7a254e55")
48 (title 70 (title
49 (en "Linux-libre 6.19 and 7.0 are no longer supported")) 71 (en "Linux-libre 6.19 and 7.0 are no longer supported"))