add hint how to add args when using babeld with systemd

Signed-off-by: Marek Küthe <m.k@mk16.de>
This commit is contained in:
Marek Küthe 2023-01-08 13:52:02 +01:00
parent 95f9b891de
commit a91e2e13ba
No known key found for this signature in database
GPG Key ID: 7E869146699108C7
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: