- install_nfqws.sh: strip LTO and --gc-sections flags from Makefile before
build to prevent segfault on some systems; verify binary runs before install
- lib/functions.sh: check_nfqws() now also tests --help to catch segfaulting
or missing-dependency binaries
- run_strategy.sh: replace broken single-quoted trap string with proper
cleanup_tmp function so temp file is actually removed
- service.sh: extract strategy name by stripping general_ prefix from
wrapper filename so ExecStart points to correct config
Fixes: nfqws segfault on build, service start failure, temp file leak.