diff --git a/REMOVE.md b/REMOVE.md index f84cff9..5b3ebed 100644 --- a/REMOVE.md +++ b/REMOVE.md @@ -1,11 +1,15 @@ -Uninstall is very simple: +#Uninstall - systemctl stop bgpblacklist.service - systemctl disable bgpblacklist.service - rm /etc/systemd/system/bgpblacklist.service - systemctl daemon-reload - rm -rf /opt/bgpblist/ +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 \ No newline at end of file +``` +rm /var/log/bgpblacklist.log +``` \ No newline at end of file