From ae0ca9f5e54b841eb8ff37b41033bcca74d6827c Mon Sep 17 00:00:00 2001 From: Viacheslav Hletenko Date: Mon, 10 Jun 2024 09:21:58 +0000 Subject: T751: Remove ids suricata --- op-mode-definitions/suricata.xml.in | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 op-mode-definitions/suricata.xml.in (limited to 'op-mode-definitions') diff --git a/op-mode-definitions/suricata.xml.in b/op-mode-definitions/suricata.xml.in deleted file mode 100644 index a5025afba..000000000 --- a/op-mode-definitions/suricata.xml.in +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - - Update Suricata - - if test -f /run/suricata/suricata.yaml; then sudo suricata-update --suricata-conf /run/suricata/suricata.yaml; sudo systemctl restart suricata; else echo "Service Suricata not configured"; fi - - - - - - - - Restart Suricata service - - if systemctl is-active --quiet suricata; then sudo systemctl restart suricata.service; else echo "Service Suricata not configured"; fi - - - - -- cgit v1.2.3