From 5d4d36475b07915b9ed7016c249ffec4d97f7dc1 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Mon, 26 Feb 2018 17:25:33 +0100 Subject: [PATCH] saving uncommitted changes in /etc prior to emerge run --- init.d/mysql | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/init.d/mysql b/init.d/mysql index f6ad5249..5603f9e6 100755 --- a/init.d/mysql +++ b/init.d/mysql @@ -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() { -- 2.39.5