diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2009-02-09 19:37:52 -0500 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2009-02-09 19:37:52 -0500 |
commit | 85bf691646868b686ec3c3e37e39671f40deba9e (patch) | |
tree | 03fb66a4179e9f7ee3be983eba2965cadc46eb9c /config | |
parent | 3d747e40bfcd44d790da46d7d686117b2946be17 (diff) | |
download | pfsense-packages-85bf691646868b686ec3c3e37e39671f40deba9e.tar.gz pfsense-packages-85bf691646868b686ec3c3e37e39671f40deba9e.tar.bz2 pfsense-packages-85bf691646868b686ec3c3e37e39671f40deba9e.zip |
Run snort in &
Diffstat (limited to 'config')
-rw-r--r-- | config/snort/snort.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/snort/snort.inc b/config/snort/snort.inc index 129fc59f..8e619d62 100644 --- a/config/snort/snort.inc +++ b/config/snort/snort.inc @@ -140,7 +140,7 @@ function sync_package_snort() /* Note the sleep delay. Seems to help getting mult interfaces to start -gtm */ foreach($snortInterfaces as $snortIf) { - $start .= ";sleep 8;snort -c /usr/local/etc/snort/snort.conf -l /var/log/snort -i {$snortIf} -A fast -D"; + $start .= ";sleep 8;snort -c /usr/local/etc/snort/snort.conf -l /var/log/snort -D -i {$snortIf} -A fast &"; } /* if block offenders is checked, start snort2c */ |