Moocowmoo changed monitoring dashd process as follow.
save following code "actmn"
---------------------------------------
#!/bin/sh
while true; do
if [ -z "$(pidof dashd)" ]; then
/home/ubuntu/.dash/dashd &
fi
sleep 300
done
-----------------------
backgroud run
chmod +x actmn
nohup ./actmn &
-------------------------
I've run for 2 week, all dashd is alive....
I've seen that, but my mns runs without a problem from a long time and I didn't want to "fix" that. Thanks
No, I have plans to incorporate local (and remote!) monitoring/restarting in version 0.2 of dashman, but the current version only does installs, updates, and status listings.
I've had to put the next version of dashman on hold prepping for Miami, but after I rewrite most of the prototype InstantX detection code to be something worthy of publishing (and publish it), I'm going to get back on it.
Glad you're enjoying it! You're welcome!

I've seen that too, and it will be great. One thing I forgot is a tip for you
