This commit is contained in:
Grzegorz Surmann 2024-07-18 23:11:49 +00:00
parent cbaf14aec6
commit cbc2ce2610

View File

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