aboutsummaryrefslogtreecommitdiffstats
path: root/main/mysql/mysql.initd
diff options
context:
space:
mode:
authorKaarle Ritvanen <kaarle.ritvanen@datakunkku.fi>2014-03-29 00:06:25 +0200
committerKaarle Ritvanen <kaarle.ritvanen@datakunkku.fi>2014-03-29 00:06:44 +0200
commit176c6d0b61c7d337402634e3ab433ec6e244ae4d (patch)
treeefdf5943f79704a6e31ac39eb6a0f72f86afa7d6 /main/mysql/mysql.initd
parent91f289af3188e3f3690e9a3192cc6a7e7e4ee9df (diff)
downloadaports-176c6d0b61c7d337402634e3ab433ec6e244ae4d.tar.bz2
aports-176c6d0b61c7d337402634e3ab433ec6e244ae4d.tar.xz
main/mysql: increase waiting period to 1500 ms
Diffstat (limited to 'main/mysql/mysql.initd')
-rw-r--r--main/mysql/mysql.initd2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/mysql/mysql.initd b/main/mysql/mysql.initd
index bf8ff35039..27632856cb 100644
--- a/main/mysql/mysql.initd
+++ b/main/mysql/mysql.initd
@@ -44,7 +44,7 @@ start() {
--background \
--stdout /dev/null \
--stderr /dev/null \
- --wait 500 \
+ --wait 1500 \
-- \
/usr/bin/mysqld_safe --pid-file=$pidfile
eend $?