From: Breaker <791628659@qq.com> Date: Fri, 3 Nov 2017 03:29:14 +0000 (+0800) Subject: change --post-hook to --reload-command X-Git-Tag: 1.0.0a1~42 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a46f617f5493d22e5e3440eb0dc6610bc7fb431f;p=thirdparty%2Fsuricata-update.git change --post-hook to --reload-command --- diff --git a/doc/index.rst b/doc/index.rst index 258a557..199484a 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -188,7 +188,7 @@ Options A command to run after the rules have been updated; will not run if no change to the output files was made. For example:: - --post-hook=sudo kill -USR2 $(cat /var/run/suricata.pid) + --reload-command=sudo kill -USR2 $(cat /var/run/suricata.pid) will tell Suricata to reload its rules.