]> Frank Brehm's Git Trees - config/bruni/etc.git/commitdiff
saving uncommitted changes in /etc prior to emerge run
authorFrank Brehm <frank@brehm-online.com>
Mon, 26 Feb 2018 16:25:33 +0000 (17:25 +0100)
committerFrank Brehm <frank@brehm-online.com>
Mon, 26 Feb 2018 16:25:33 +0000 (17:25 +0100)
init.d/mysql

index f6ad52496e4e12798f1d03edc07de8c0dca72a26..5603f9e60310ebbcd262e3ee6ccc38f8c5b4f41a 100755 (executable)
@@ -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() {