From a91e2e13baaafd92b46120174804e7664d61f4b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20K=C3=BCthe?= Date: Sun, 8 Jan 2023 13:52:02 +0100 Subject: [PATCH] add hint how to add args when using babeld with systemd MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marek Küthe --- docs/routing/babeld/babeld.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/routing/babeld/babeld.md b/docs/routing/babeld/babeld.md index 01095d5..fc4a8a8 100644 --- a/docs/routing/babeld/babeld.md +++ b/docs/routing/babeld/babeld.md @@ -145,6 +145,11 @@ babeld offers a local configuration interface. This can be activated with the fl babeld -g 33123 ``` +If babeld is used with Systemd, you can change the arguments in the `/etc/default/babeld` file: +``` +DAEMON_ARGS="-S /var/lib/babeld/state -g 33123" +``` + The configuration interface can be used to find out various status information on the one hand and to configure babeld on the other. Furthermore, the configuration interface can be used by monitoring programs such as babelweb2. To connect to the configuration interface, you can use telnet: