Merge "MySQL bootstrap: reduce timeout"

This commit is contained in:
Jenkins 2015-01-29 10:51:34 +00:00 committed by Gerrit Code Review
commit 48357f9d83

View File

@ -36,7 +36,7 @@ ExecStart=/usr/bin/mysqld_safe --wsrep-new-cluster --basedir=/usr
ExecStartPost=/usr/libexec/mariadb-wait-ready $MAINPID
# Give a reasonable amount of time for the server to start up/shut down
TimeoutSec=300
TimeoutSec=60
# Place temp files in a secure directory, not /tmp
PrivateTmp=true