From ed132899344b736941aed52c8b94b8565e24d638 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Thu, 25 Jun 2026 11:45:36 +0100 Subject: [PATCH] compose down timeout is 5s, not 300s --- openrc/joeac.net | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openrc/joeac.net b/openrc/joeac.net index 3e67520..00ab3b2 100755 --- a/openrc/joeac.net +++ b/openrc/joeac.net @@ -38,7 +38,7 @@ start() { stop() { ebegin "Stopping ${SVCNAME}" - "${COMPOSECMD}" -f "${COMPOSEFILE}" down --timeout=300 + "${COMPOSECMD}" -f "${COMPOSEFILE}" down --timeout=5 eend $? }