summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 $?
}