From 19b86bddc46ef0a5cbba9e8bee8c139b44af0f4e Mon Sep 17 00:00:00 2001 From: Grzegorz Surmann Date: Wed, 17 Jul 2024 22:12:59 +0200 Subject: [PATCH] small changes --- INSTALL.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index f1a35d4..e984cf7 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -56,4 +56,14 @@ systemctl enable bgpblacklist.service Start the daemon: ``` systemctl start bgpblacklist.service -``` \ No newline at end of file +``` + +**Init and not systemd** + +There is also an Init version of the script + +``` +ln -s /opt/bgpblist/etc/init.d/bgpblacklist /etc/init.d/bgpblacklist +``` + +Use your system's way to enable that, e.g. with "update-rc.d"