projects
/
portage-squeep.bork
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee091bd
)
fix dogecoind init
author
Justin Wind
<justin.wind+git@gmail.com>
Tue, 5 Jun 2018 21:50:46 +0000
(14:50 -0700)
committer
Justin Wind
<justin.wind+git@gmail.com>
Tue, 5 Jun 2018 21:50:46 +0000
(14:50 -0700)
net-p2p/dogecoind/files/dogecoin.initd
patch
|
blob
|
history
diff --git
a/net-p2p/dogecoind/files/dogecoin.initd
b/net-p2p/dogecoind/files/dogecoin.initd
index 8a715e51cdb8bc33c069368e7078de72dfbe1bc0..c3733996470e282aabfda60309c75723b5f7e933 100644
(file)
--- a/
net-p2p/dogecoind/files/dogecoin.initd
+++ b/
net-p2p/dogecoind/files/dogecoin.initd
@@
-1,4
+1,4
@@
-#!/sbin/
runscript
+#!/sbin/
openrc-run
# Distributed under the terms of the GNU General Public License, v2 or later
@@
-96,7
+96,7
@@
start_openrc() {
stop_openrc() {
start-stop-daemon --stop --user "${DOGECOIN_USER}" \
--name dogecoind --pidfile "${PIDFILE}" \
- --
wait
30000 \
+ --
retry
30000 \
--progress
eend $?
}