S Solaso Member Feb 15, 2017 #1 Is it need this below script autocheck? Or new version 12.1 don't need that? mn_watch.sh #!/bin/bash if [ -z `pidof dashd` ]; then .dashcore/dashd --shrinkdebugfile fi @reboot dashd */10 * * * * /home/YOURUSER_ON_THE_VPS/mn_watch.sh
Is it need this below script autocheck? Or new version 12.1 don't need that? mn_watch.sh #!/bin/bash if [ -z `pidof dashd` ]; then .dashcore/dashd --shrinkdebugfile fi @reboot dashd */10 * * * * /home/YOURUSER_ON_THE_VPS/mn_watch.sh
S semajjames Member Feb 15, 2017 #2 Solaso said: Is it need this below script autocheck? Or new version 12.1 don't need that? mn_watch.sh #!/bin/bash if [ -z `pidof dashd` ]; then .dashcore/dashd --shrinkdebugfile fi @reboot dashd */10 * * * * /home/YOURUSER_ON_THE_VPS/mn_watch.sh Click to expand... Yes you still need it ,,,, I think also "mn_watch.sh" file has to live in same folder as the "dashd" file so in my case i moved the "dashd" and the "dash-cli" files
Solaso said: Is it need this below script autocheck? Or new version 12.1 don't need that? mn_watch.sh #!/bin/bash if [ -z `pidof dashd` ]; then .dashcore/dashd --shrinkdebugfile fi @reboot dashd */10 * * * * /home/YOURUSER_ON_THE_VPS/mn_watch.sh Click to expand... Yes you still need it ,,,, I think also "mn_watch.sh" file has to live in same folder as the "dashd" file so in my case i moved the "dashd" and the "dash-cli" files