small changes

This commit is contained in:
Grzegorz Surmann 2024-07-17 22:12:59 +02:00
parent 24c5147245
commit 19b86bddc4

View File

@ -56,4 +56,14 @@ systemctl enable bgpblacklist.service
Start the daemon: Start the daemon:
``` ```
systemctl start bgpblacklist.service systemctl start bgpblacklist.service
``` ```
**Init and not systemd**
There is also an Init version of the script
```
ln -s /opt/bgpblist/etc/init.d/bgpblacklist /etc/init.d/bgpblacklist
```
Use your system's way to enable that, e.g. with "update-rc.d"