fix dogecoind init
authorJustin Wind <justin.wind+git@gmail.com>
Tue, 5 Jun 2018 21:50:46 +0000 (14:50 -0700)
committerJustin Wind <justin.wind+git@gmail.com>
Tue, 5 Jun 2018 21:50:46 +0000 (14:50 -0700)
net-p2p/dogecoind/files/dogecoin.initd

index 8a715e51cdb8bc33c069368e7078de72dfbe1bc0..c3733996470e282aabfda60309c75723b5f7e933 100644 (file)
@@ -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 $?
 }