shirkdog / pulledpork

Pulled Pork for Snort and Suricata rule management (from Google code)
GNU General Public License v2.0
417 stars 134 forks source link

Suricata needs SIGUSR2 to reload rules #280

Closed edeca closed 6 years ago

edeca commented 6 years ago

As per the documentation, Suricata uses SIGUSR2 to signal when rules must be loaded. Sending SIGHUP is not effective. SIGUSR2 is signal number 12.

A number of options are possible:

aoshiken commented 6 years ago

Just FYI, take a look to the explanation by @shirkdog at PR #274

shirkdog commented 6 years ago

Closing this, let me know if the updated code from the pull request and tweaks do not work.

aoshiken commented 6 years ago

Michael, IMHO the README.md file in the root folder deserves updating its -H option... :)

shirkdog commented 6 years ago

done.