Commit dec4a72d authored by Richard Littauer's avatar Richard Littauer

Added a shutdown note to daemon dsec

Cf https://github.com/ipfs/support/issues/5

License: MIT
Signed-off-by: default avatarRichard Littauer <richard.littauer@gmail.com>
parent 4ba3a754
......@@ -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-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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment