diff options
| author | Joe Carstairs <me@joeac.net> | 2026-06-25 11:45:36 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-06-25 11:45:36 +0100 |
| commit | ed132899344b736941aed52c8b94b8565e24d638 (patch) | |
| tree | bb5d2aafdb363d9e565d207e35ee138dff4d1b13 /openrc/joeac.net | |
| parent | a575ecdd681070bb77c0106332793f44b8457066 (diff) | |
compose down timeout is 5s, not 300s
Diffstat (limited to 'openrc/joeac.net')
| -rwxr-xr-x | openrc/joeac.net | 2 |
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 $? } |
