bgpblist/UPDATES.md

19 lines
369 B
Markdown
Raw Normal View History

2024-07-17 17:45:55 +00:00
# Updates
2024-07-17 17:27:56 +00:00
2024-07-18 23:11:49 +00:00
Updates are very simple, run and observe:
2024-07-17 17:45:55 +00:00
```
cd /opt/bgpblist/
git pull
2024-07-17 17:54:44 +00:00
```
2024-07-18 23:11:49 +00:00
If the systemd unit file "bgpblacklist.service" has changed:
2024-07-17 20:20:48 +00:00
```
cp /opt/bgpblist/etc/systemd/bgpblacklist.service /etc/systemd/system/bgpblacklist.service
systemctl daemon-reload
```
2024-07-18 23:11:49 +00:00
If the daemon file "bgpblacklistd" has changed:
2024-07-17 20:20:48 +00:00
```
systemctl restart bgpblacklist.service
```