bgpblist/UPDATES.md

19 lines
297 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-17 17:47:26 +00:00
Updates are very simple:
2024-07-17 17:45:55 +00:00
```
cd /opt/bgpblist/
git pull
2024-07-17 17:54:44 +00:00
```
2024-07-17 20:20:48 +00:00
If the systemd unit file changed:
```
cp /opt/bgpblist/etc/systemd/bgpblacklist.service /etc/systemd/system/bgpblacklist.service
systemctl daemon-reload
```
Restart the service
```
systemctl restart bgpblacklist.service
```