summaryrefslogtreecommitdiff
path: root/dev-db/mysql-init-scripts/files
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2018-01-24 16:50:44 -0500
committerBrian Evans <grknight@gentoo.org>2018-01-24 16:55:36 -0500
commita51d8843bdf6d39c7964abac3b751f658ed4a078 (patch)
tree2bea89de1d12401edc52ec6deda98cc6cfc07d22 /dev-db/mysql-init-scripts/files
parent1b651e9cbd832a9ef990761e73e6c2cc0c990fcc (diff)
downloadgentoo-a51d8843bdf6d39c7964abac3b751f658ed4a078.tar.gz
gentoo-a51d8843bdf6d39c7964abac3b751f658ed4a078.tar.bz2
gentoo-a51d8843bdf6d39c7964abac3b751f658ed4a078.zip
dev-db/mysql-init-scripts: Add 'keyword -timeout'
It may take longer than 60 seconds to startup. Let the script handle any timeouts. Package-Manager: Portage-2.3.20, Repoman-2.3.6
Diffstat (limited to 'dev-db/mysql-init-scripts/files')
-rw-r--r--dev-db/mysql-init-scripts/files/init.d-2.25
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-db/mysql-init-scripts/files/init.d-2.2 b/dev-db/mysql-init-scripts/files/init.d-2.2
index f6ad52496e4e..5603f9e60310 100644
--- a/dev-db/mysql-init-scripts/files/init.d-2.2
+++ b/dev-db/mysql-init-scripts/files/init.d-2.2
@@ -1,5 +1,5 @@
#!/sbin/openrc-run
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
extra_commands="checkconfig"
@@ -12,6 +12,9 @@ depend() {
use net.lo
# localmount needed for $basedir
need localmount
+ # This service has its own timeout and may need to wait for repairs
+ # or remote synchronization
+ keyword -timeout
}
get_config() {