ipfs suspend && ipfs continue
Open
- Dominant language
- Go
- Stars
- 17.1k
- Forks
- 3.2k
- Avg merge
- 3d 18h
- Merged PRs (30d)
- 11
Description
I sometimes need to interrupt/suspend the ipfs daemon, and later continue it; currently I'm doing it with `kill -TSTP ` and `kill -CONT `. Since we already have `ipfs shutdown`, it would be great to have `ipfs suspend` and `ipfs continue` too.
Contributor guide
Assessment
This issue has not been assessed yet.