mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2025-02-25 18:55:32 -06:00
Merge pull request #218 from interduo/patch-15
bugfix: unit files needs to be enabled
This commit is contained in:
commit
6d475564b8
@ -95,9 +95,13 @@ Follow the regular instructions to set your interfaces in `ispConfig.py` and you
|
||||
|
||||
## Configure autostart services (lqosd, lqos_node_manager)
|
||||
|
||||
```
|
||||
cp /opt/libreqos/src/bin/lqos_node_manager.service.example /etc/systemd/system/lqos_node_manager.service
|
||||
cp /opt/libreqos/src/bin/lqosd.service.example /etc/systemd/system/lqosd.service
|
||||
systemctl daemon-reload
|
||||
systemctl enable lqosd
|
||||
systemctl enable lqos_node_manager
|
||||
```
|
||||
|
||||
## Run the program (debug mode)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user