Actions
Support #406
closedHow to make Suricata auto start at system starup
Status:
Closed
Priority:
Normal
Assignee:
-
Affected Versions:
Label:
Description
Hi,
Please can someone tell me how to make Suricata auto start at system starup. I'm running Suricata in IPS mode on Centos. Each time server re-starts, Suricata is stops running.
Please excuse my newbie question
Updated by Peter Manev almost 13 years ago
Hi,
Would you care to post your findings - the way you made Suricata auto start at system start?
Might be helpful for someone else.
Thanks
Updated by Lambert Osas almost 13 years ago
In IPS mode using NFQUEUE in Centos , I simply added the following lines to my /etc/rc.local file:
iptables -A FORWARD -j NFQUEUE
cd /usr/local/bin
./suricata -D -c /etc/suricata/suricata.yaml -q 0
Actions