run:
add line:
use any editor you like and save this as "mn_watch.sh" file in user "dashuser" home directory:
if [ -z `pidof dashd` ]; then
./home/dashuser/dashd
fi
add executable flag:
PS. Use appropriate username, not "dashuser" from my example
I also assumed that dashd is located in your user home directory, change path if needed.
PPS. not tested but should work
Awesome to share with everyone. Thanks UdjinM6!