Merge pull request 'add hint how to add args when using babeld with systemd' (#28) from mark22k/docs:babeld_lci into master

Reviewed-on: https://codeberg.org/CRXN/docs/pulls/28
This commit is contained in:
Marek Küthe 2023-01-08 12:52:43 +00:00
commit 6050fea7c8
1 changed files with 5 additions and 0 deletions

View File

@ -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: