bgpblist/REMOVE.md
2024-07-17 17:46:52 +00:00

15 lines
304 B
Markdown

# Uninstall
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/
```
After that maybe remove your log file too, default is:
```
rm /var/log/bgpblacklist.log
```