mirror of
https://github.com/ipfs/kubo.git
synced 2025-06-22 12:51:19 +08:00
Merge pull request #2159 from ipfs/feature/shutdown
Added a shutdown note to daemon description
This commit is contained in:
@ -95,6 +95,10 @@ You can setup CORS headers the same way:
|
|||||||
ipfs config --json API.HTTPHeaders.Access-Control-Allow-Methods '["PUT", "GET", "POST"]'
|
ipfs config --json API.HTTPHeaders.Access-Control-Allow-Methods '["PUT", "GET", "POST"]'
|
||||||
ipfs config --json API.HTTPHeaders.Access-Control-Allow-Credentials '["true"]'
|
ipfs config --json API.HTTPHeaders.Access-Control-Allow-Credentials '["true"]'
|
||||||
|
|
||||||
|
Shutdown
|
||||||
|
|
||||||
|
To shutdown, kill, quit, or otherwise stop the daemon, send a SIGTERM signal.
|
||||||
|
If it persists, send a second. This can be done by pressing Ctrl+C twice.
|
||||||
|
|
||||||
DEPRECATION NOTICE
|
DEPRECATION NOTICE
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user