bgpblist/UPDATES.md
2024-07-18 23:11:49 +00:00

19 lines
369 B
Markdown

# Updates
Updates are very simple, run and observe:
```
cd /opt/bgpblist/
git pull
```
If the systemd unit file "bgpblacklist.service" has changed:
```
cp /opt/bgpblist/etc/systemd/bgpblacklist.service /etc/systemd/system/bgpblacklist.service
systemctl daemon-reload
```
If the daemon file "bgpblacklistd" has changed:
```
systemctl restart bgpblacklist.service
```