bugfix: unit files needs to be enabled

This commit is contained in:
Interduo
2023-01-23 16:31:06 +01:00
committed by GitHub
parent c329304fea
commit 49b3e046e9

View File

@@ -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)