diff --git a/src/initscripts/networking/red.up/23-suricata b/src/initscripts/networking/red.up/23-suricata index d8b7a2b8f..1514909ee 100644 --- a/src/initscripts/networking/red.up/23-suricata +++ b/src/initscripts/networking/red.up/23-suricata @@ -26,5 +26,8 @@ if($ids_settings{'ENABLE_IDS'} eq "on") { if(&IDS::ids_is_running()) { # Call suricatactrl to perform a restart of suricata. &IDS::call_suricatactrl("restart"); + } else { + # Call suricatactrl to start suricata. + &IDS::call_suricatactrl("start"); } }