GitBook: [#3241] No subject

This commit is contained in:
CPol 2022-06-07 22:17:51 +00:00 committed by gitbook-bot
parent 64ef95873f
commit 184220b9f3
No known key found for this signature in database
GPG key ID: 07D2180C7B12D0FF

View file

@ -122,6 +122,15 @@ iptables -I OUTPUT -j NFQUEUE
## Start suricata in IPS mode
suricata -c /etc/suricata/suricata.yaml -q 0
### or modify the service config file as:
systemctl edit suricata.service
[Service]
ExecStart=
ExecStart=/usr/bin/suricata -c /etc/suricata/suricata.yaml --pidfile /run/suricata.pid -q 0 -vvv
Type=simple
systemctl daemon-reload
```
### Rules Definitions