From f28e484c910e2052e9840e4539ac5e4afc2c16b3 Mon Sep 17 00:00:00 2001 From: Laszlo Magyar Date: Sat, 9 May 2026 12:20:05 +0200 Subject: [PATCH] Properly close s6 notification file descriptors --- mariadb/rootfs/etc/s6-overlay/s6-rc.d/mariadb-lock-core/run | 1 + 1 file changed, 1 insertion(+) diff --git a/mariadb/rootfs/etc/s6-overlay/s6-rc.d/mariadb-lock-core/run b/mariadb/rootfs/etc/s6-overlay/s6-rc.d/mariadb-lock-core/run index ec8cbd371..511d5ab45 100755 --- a/mariadb/rootfs/etc/s6-overlay/s6-rc.d/mariadb-lock-core/run +++ b/mariadb/rootfs/etc/s6-overlay/s6-rc.d/mariadb-lock-core/run @@ -12,4 +12,5 @@ exec 4> >(mariadb) # We need to delay the starting of the dependent services until mysql is started echo "" >&3 +exec 3>&- wait