commit:     f7a993660f555e760276cfedcde6ceecfa1434c7
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 25 07:27:40 2017 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Tue Jul 25 07:27:52 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7a99366

app-admin/diamond: increase stop timeout, shutdown is a slow process

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-admin/diamond/files/diamond.initd | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-admin/diamond/files/diamond.initd 
b/app-admin/diamond/files/diamond.initd
index 6473dac288c..168b175a788 100644
--- a/app-admin/diamond/files/diamond.initd
+++ b/app-admin/diamond/files/diamond.initd
@@ -1,5 +1,5 @@
 #!/sbin/openrc-run
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 depend() {
@@ -14,6 +14,6 @@ start() {
 
 stop() {
        ebegin "Stopping ${SVCNAME}"
-       start-stop-daemon --stop --pidfile /run/${SVCNAME}.pid --name diamond
+       start-stop-daemon --stop -R 80 --pidfile /run/${SVCNAME}.pid
        eend $?
 }

Reply via email to