提交 f5b8c7c4 作者: rht

Merge pull request #2180 from ipfs/feature/shutdown

Edited following @chriscool feedback
...@@ -97,8 +97,10 @@ You can setup CORS headers the same way: ...@@ -97,8 +97,10 @@ You can setup CORS headers the same way:
Shutdown Shutdown
To shutdown, kill, quit, or otherwise stop the daemon, send a SIGTERM signal. To shutdown the daemon, send a SIGINT signal to it (e.g. by pressing 'Ctrl-C')
If it persists, send a second. This can be done by pressing Ctrl+C twice. or send a SIGTERM signal to it (e.g. with 'kill'). It may take a while for the
daemon to shutdown gracefully, but it can be killed forcibly by sending a
second signal.
IPFS_PATH environment variable IPFS_PATH environment variable
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论