This commit is contained in:
Grzegorz Surmann 2024-07-17 22:20:48 +02:00
parent 0ea260b5e9
commit 647edcda6a

View File

@ -4,7 +4,15 @@ Updates are very simple:
```
cd /opt/bgpblist/
git pull
systemctl restart bgpblacklist.service
```
If the "bgpblacklist.service" file changes you have to copy it.
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
```