diff --git a/openrc/joeac.net b/openrc/joeac.net index 83e9566..3e67520 100755 --- a/openrc/joeac.net +++ b/openrc/joeac.net @@ -38,7 +38,7 @@ start() { stop() { ebegin "Stopping ${SVCNAME}" - "${COMPOSECMD}" -f "${COMPOSEFILE}" stop --timeout=300 + "${COMPOSECMD}" -f "${COMPOSEFILE}" down --timeout=300 eend $? }