From f6c3f906dc7167716f02a47c63e14f207eed13ef Mon Sep 17 00:00:00 2001 From: Ruel Tmeizeh - RuhNet Date: Wed, 19 Feb 2025 15:02:06 -0500 Subject: [PATCH] Fixed error in README about creating config file. --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index 37f771e..76a80bd 100644 --- a/README.org +++ b/README.org @@ -14,7 +14,7 @@ go build mkdir -p /opt/kazoo_firewall_agent cp ./kazoo_firewall_agent /opt/kazoo_firewall_agent cp ./kazoo_firewall_agent.service /etc/systemd/system/ -cp ./kazoo_firewall_agent_config.json.sample /opt/kazoo_firewall_agent/ +cp ./kazoo_firewall_agent_config.json.sample /opt/kazoo_firewall_agent/kazoo_firewall_agent_config.json systemctl daemon-reload #+END_SRC *** Enable the Service