This commit is contained in:
Grzegorz Surmann 2024-07-17 17:46:40 +00:00
parent 1279161de2
commit dc9e03f75e

View File

@ -1,11 +1,15 @@
Uninstall is very simple: #Uninstall
systemctl stop bgpblacklist.service Uninstall is very simple:
systemctl disable bgpblacklist.service ```
rm /etc/systemd/system/bgpblacklist.service systemctl stop bgpblacklist.service
systemctl daemon-reload systemctl disable bgpblacklist.service
rm -rf /opt/bgpblist/ rm /etc/systemd/system/bgpblacklist.service
systemctl daemon-reload
rm -rf /opt/bgpblist/
```
After that maybe remove your log file too, default is: After that maybe remove your log file too, default is:
```
rm /var/log/bgpblacklist.log rm /var/log/bgpblacklist.log
```