docker
docker copied to clipboard
fix: send correct down signal to socklog, to avoid delay during shutdown
trafficstars
When shutting down librenms in docker/podman, socklog hangs until a KILL is issued by s6-init. With this patch it get's send SIGHUP on shutdown instead of SIGTERM. That makes it terminate clean and not hang.