How can I tell if my ipfs daemon is running in the background?
I'm able to execute command like jsipfs cat <hash>
, but I'm pretty sure my daemon isn't running. I can't seem to find a process named "ipfs" in my process list.
Is there a one-liner command to verify if the ipfs daemon is actually running?