ipfs/kubo

wishlist: way to ensure ipfs daemon is running

Open

#862 创建于 2015年3月6日

在 GitHub 查看
 (6 评论) (0 反应) (0 负责人)Go (13,906 star) (2,725 fork)batch import
help wantedtopic/commandstopic/daemon + init

描述

When building things on top of the ipfs cli, such as the git-annex integration, it would be useful to have a command that makes sure the daemon is running, starting it up if not, and exits 0 once the daemon is running. This way if the user forgot to start the daemon, ipfs can still be used by the thing built on top of it.

It would be especially nice if the command blocked until the daemon had gotten bootstrapped enough to the DHT that requests for objects were likely to start to succeed.

贡献者指南