forevermempool reset cron

This commit is contained in:
Akinwale Ariwodola 2018-07-26 07:59:20 +01:00
parent 3ad5db032b
commit ad4615cc5a
2 changed files with 5 additions and 4 deletions

5
cron/forever.sh Normal file
View file

@ -0,0 +1,5 @@
#!/bin/sh
pkill -f forevermempool
rm -f /home/lbry/explorer.lbry.io/tmp/lock/forevermempool 2>/dev/null
cd /home/lbry/explorer.lbry.io
bin/cake block forevermempool &

View file

@ -1,4 +0,0 @@
#!/bin/sh
cd /home/lbry/explorer.lbry.io
bin/cake block forevermempool &