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 $? }