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