You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
suricata/doc/userguide/initscripts.rst

16 lines
333 B
ReStructuredText

Init Scripts
============
For Ubuntu with Upstart, the following can be used in /etc/init/suricata.conf:
::
# suricata
description "Intruder Detection System Daemon"
start on runlevel [2345]
stop on runlevel [!2345]
expect fork
exec suricata -D --pidfile /var/run/suricata.pid -c /etc/suricata/suricata.yaml -i eth1