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.
* 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