small fixes

This commit is contained in:
Grzegorz Surmann 2024-07-17 17:12:19 +00:00
parent 1bb6688c25
commit 0f976207f3

View File

@ -1,27 +1,27 @@
1. First, checkout the repository:
git clone https://git.funil.de/sinuspl/bgpblist /opt/bgpblist
git clone https://git.funil.de/sinuspl/bgpblist /opt/bgpblist
2. Run it once, it will create config:
/opt/bgpblist/sbin/bgpblacklistd
/opt/bgpblist/sbin/bgpblacklistd
3. Edit the config.ini, if you have are a customer:
vim /opt/bgpblist/etc/config.ini
vim /opt/bgpblist/etc/config.ini
4. Copy the systemd unit file:
cp /opt/bgpblist/etc/systemd/bgpblacklist.service /etc/systemd/system/bgpblacklist.service
cp /opt/bgpblist/etc/systemd/bgpblacklist.service /etc/systemd/system/bgpblacklist.service
5. Reload the systemd:
systemctl daemon-reload
systemctl daemon-reload
6. Enable the unit:
systemctl enable bgpblacklist.service
systemctl enable bgpblacklist.service
7. Start the daemon:
systemctl start bgpblacklist.service
systemctl start bgpblacklist.service