diff --git a/UPDATES.md b/UPDATES.md index c80e4d0..1532a90 100644 --- a/UPDATES.md +++ b/UPDATES.md @@ -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 ```