doc: more info on unix socket rule reload

pull/3304/head
Eric Leblond 7 years ago committed by Victor Julien
parent e2aab10d29
commit 975f413308

@ -18,6 +18,14 @@ Signal::
kill -USR2 $(pidof suricata)
Unix socket::
Unix socket has two method for rules reload.
Blocking reload ::
suricatasc -c reload-rules
Non blocking reload ::
suricatasc -c ruleset-reload-nonblocking
It is also possible to get information about the last reload via dedicated commands. See :ref:`standard-unix-socket-commands` for more information.

@ -46,6 +46,8 @@ example to write custom scripts:
* Perl: https://github.com/aflab/suricatac (a simple Perl client with interactive mode)
* C: https://github.com/regit/SuricataC (a unix socket mode client in C without interactive mode)
.. _standard-unix-socket-commands:
Commands in standard running mode
---------------------------------
You may need to install suricatasc if you have not done so, running the following command from scripts/suricatasc

Loading…
Cancel
Save