Open elratt0r opened 1 month ago
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.
All committers have signed the CLA.
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.