diff options
-rw-r--r-- | config/snort/snort.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/snort/snort.inc b/config/snort/snort.inc index 3eaaabaa..33e6cb97 100644 --- a/config/snort/snort.inc +++ b/config/snort/snort.inc @@ -1334,6 +1334,9 @@ rc_start() { /bin/rm /tmp/snort.sh.pid + # XXX: Do not remove this since snort apparenty needs some time to startup! + sleep 10 + #### If on Fake start snort is NOT running DO a real start. if [ "`/bin/ps -auwx | grep -v grep | grep "R {$snort_uuid}" | awk '{print $2;}'`" = "" ]; then |