corazawaf / coraza-spoa

EXPERIMENTAL: A wrapper around the OWASP Coraza WAF for HAProxy's SPOE filters
Apache License 2.0
87 stars 18 forks source link

Systemd improvements #133

Open DavidProdinger opened 1 week ago

DavidProdinger commented 1 week ago

Optimize the systemd file to work better with the SIGHUP UNIX process signal

Technical

Setting the systemd Type to notify-reload (see docs) This kind of unit file expects the application to notify the daemon via sd_notify with the following signals:

Other fixes

I fixed the systemd unit file with the wrong syntax InaccessiblePaths=-/bin/find Fixes #102