revelations86
Member
I am following the instructions to install Monit on Dashcore. I get stuck at the 2nd step where I modify the code to create "start_dashd.sh" to the below as my Dashcore folder is in root.
#!/bin/bash
/bin/su root -c './.dashcore/dashd 2>&1 >> ./.dashcore/rc.local.log'
When I run this I get the below error:
Cannot obtain a lock on data directory /root/.dashcore. Dash Core is probably already running.
Any suggestions?
#!/bin/bash
/bin/su root -c './.dashcore/dashd 2>&1 >> ./.dashcore/rc.local.log'
When I run this I get the below error:
Cannot obtain a lock on data directory /root/.dashcore. Dash Core is probably already running.
Any suggestions?