bgpblist/REMOVE.md

15 lines
303 B
Markdown
Raw Normal View History

2024-07-17 17:46:40 +00:00
#Uninstall
2024-07-17 17:34:56 +00:00
2024-07-17 17:46:40 +00:00
Uninstall is very simple:
```
systemctl stop bgpblacklist.service
systemctl disable bgpblacklist.service
rm /etc/systemd/system/bgpblacklist.service
systemctl daemon-reload
rm -rf /opt/bgpblist/
```
2024-07-17 17:34:56 +00:00
After that maybe remove your log file too, default is:
2024-07-17 17:46:40 +00:00
```
rm /var/log/bgpblacklist.log
```