mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2025-02-25 18:55:32 -06:00
Update services-and-run.md
This commit is contained in:
parent
dd2f488793
commit
3f467f6afa
@ -3,24 +3,19 @@
|
|||||||
lqosd
|
lqosd
|
||||||
|
|
||||||
- Manages actual XDP code. Build with Rust.
|
- Manages actual XDP code. Build with Rust.
|
||||||
|
- - Runs the GUI available at http://a.b.c.d:9123
|
||||||
lqos_node_manager
|
|
||||||
|
|
||||||
- Runs the GUI available at http://a.b.c.d:9123
|
|
||||||
|
|
||||||
lqos_scheduler
|
lqos_scheduler
|
||||||
|
|
||||||
- lqos_scheduler handles statistics and performs continuous refreshes of LibreQoS' shapers, including pulling from any enabled CRM Integrations (UISP, Splynx).
|
- lqos_scheduler handles statistics and performs continuous refreshes of LibreQoS' shapers, including pulling from any enabled CRM Integrations (UISP, Splynx).
|
||||||
- On start: Run a full setup of queues
|
- On start: Run a full setup of queues
|
||||||
- Every 10 seconds: Graph bandwidth and latency stats
|
|
||||||
- Every 30 minutes: Update queues, pulling new configuration from CRM integration if enabled
|
- Every 30 minutes: Update queues, pulling new configuration from CRM integration if enabled
|
||||||
|
|
||||||
## Run daemons with systemd
|
## Run daemons with systemd
|
||||||
|
|
||||||
You can setup `lqosd`, `lqos_node_manager`, and `lqos_scheduler` as systemd services.
|
You can setup `lqosd`, and `lqos_scheduler` as systemd services.
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
sudo cp /opt/libreqos/src/bin/lqos_node_manager.service.example /etc/systemd/system/lqos_node_manager.service
|
|
||||||
sudo cp /opt/libreqos/src/bin/lqosd.service.example /etc/systemd/system/lqosd.service
|
sudo cp /opt/libreqos/src/bin/lqosd.service.example /etc/systemd/system/lqosd.service
|
||||||
sudo cp /opt/libreqos/src/bin/lqos_scheduler.service.example /etc/systemd/system/lqos_scheduler.service
|
sudo cp /opt/libreqos/src/bin/lqos_scheduler.service.example /etc/systemd/system/lqos_scheduler.service
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user