librenms / docker

LibreNMS Docker image
MIT License
692 stars 280 forks source link

fix: send correct down signal to socklog, to avoid delay during shutdown #462

Open elratt0r opened 1 month ago

elratt0r commented 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.

CLAassistant commented 1 month ago

CLA assistant check
All committers have signed the CLA.