mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2024-11-22 08:16:25 -06:00
Update update.md
This commit is contained in:
parent
cf5bc244d8
commit
37c87ca9f4
@ -9,19 +9,11 @@ If you use the XDP bridge, traffic will briefly stop passing through the bridge
|
||||
1. Change to your `LibreQoS` directory (e.g. `cd /opt/LibreQoS`)
|
||||
2. Update from Git: `git pull`
|
||||
3. ```git switch develop```
|
||||
4. Hack to fix Python 3.10 quirk (will fix later)
|
||||
```
|
||||
cd /opt/libreqos/src/rust
|
||||
cargo update
|
||||
sudo cp /usr/lib/x86_64-linux-gnu/libpython3.11.so /usr/lib/x86_64-linux-gnu/libpython3.10.so.1.0
|
||||
```
|
||||
5. Recompile: `./build-rust.sh`
|
||||
6. `sudo rust/remove_pinned_maps.sh`
|
||||
|
||||
Run the following commands to reload the LibreQoS services.
|
||||
|
||||
```shell
|
||||
sudo systemctl restart lqosd
|
||||
sudo systemctl restart lqos_node_manager
|
||||
sudo systemctl restart lqos_scheduler
|
||||
sudo systemctl restart lqosd lqos_scheduler
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user