projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1594bbe
)
app-admin/diamond: increase stop timeout, shutdown is a slow process
author
Fabian Groffen
<grobian@gentoo.org>
Tue, 25 Jul 2017 07:27:40 +0000
(09:27 +0200)
committer
Fabian Groffen
<grobian@gentoo.org>
Tue, 25 Jul 2017 07:27:52 +0000
(09:27 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.1
app-admin/diamond/files/diamond.initd
patch
|
blob
|
history
diff --git
a/app-admin/diamond/files/diamond.initd
b/app-admin/diamond/files/diamond.initd
index 6473dac288cbd4084f8e35758a05dda2d74f980b..168b175a788cf84a870c77d5b925b29b0c557c21 100644
(file)
--- a/
app-admin/diamond/files/diamond.initd
+++ b/
app-admin/diamond/files/diamond.initd
@@
-1,5
+1,5
@@
#!/sbin/openrc-run
-# Copyright 1999-201
5
Gentoo Foundation
+# Copyright 1999-201
7
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 diamon
d
+ start-stop-daemon --stop -
R 80 --pidfile /run/${SVCNAME}.pi
d
eend $?
}