From cbc2ce2610e8f17911999f8e46a365df64ea09d3 Mon Sep 17 00:00:00 2001 From: Grzegorz Surmann Date: Thu, 18 Jul 2024 23:11:49 +0000 Subject: [PATCH] changes --- UPDATES.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 ```