summaryrefslogtreecommitdiff
path: root/openrc/joeac.net
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-06-25 11:45:36 +0100
committerJoe Carstairs <me@joeac.net>2026-06-25 11:45:36 +0100
commited132899344b736941aed52c8b94b8565e24d638 (patch)
treebb5d2aafdb363d9e565d207e35ee138dff4d1b13 /openrc/joeac.net
parenta575ecdd681070bb77c0106332793f44b8457066 (diff)
compose down timeout is 5s, not 300s
Diffstat (limited to 'openrc/joeac.net')
-rwxr-xr-xopenrc/joeac.net2
1 files changed, 1 insertions, 1 deletions
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 $?
}