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:
parent
95f9b891de
commit
a91e2e13ba
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue