Merge pull request #218 from interduo/patch-15

bugfix: unit files needs to be enabled
This commit is contained in:
Dave Täht 2023-01-23 09:54:04 -08:00 committed by GitHub
commit 6d475564b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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)