Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7f01ba4

Browse files
committedJan 4, 2016
Added a shutdown note to daemon dsec
Cf ipfs-inactive/support#5 License: MIT Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
1 parent 4ba3a75 commit 7f01ba4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎cmd/ipfs/daemon.go

+4
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,10 @@ You can setup CORS headers the same way:
9595
ipfs config --json API.HTTPHeaders.Access-Control-Allow-Methods '["PUT", "GET", "POST"]'
9696
ipfs config --json API.HTTPHeaders.Access-Control-Allow-Credentials '["true"]'
9797
98+
Shutdown
99+
100+
To shutdown, kill, quit, or otherwise stop the daemon, send a SIGTERM signals.
101+
If it persists, send a second. This can be done by pressing Ctrl+C twice.
98102
99103
DEPRECATION NOTICE
100104

0 commit comments

Comments
 (0)
Please sign in to comment.