@cryptotaxi247 / kubo / commits / dec4a72da

Added a shutdown note to daemon dsec

Cf https://github.com/ipfs/support/issues/5 License: MIT Signed-off-by: Richard Littauer <richard.littauer@gmail.com>

Richard Littauer committed Jan 4, 2016 at 16:18 UTC dec4a72da1342eb750c581fb5072fccbdd79281f
1 file changed +4
cmd/ipfs/daemon.go
+4
@@ -95,6 +95,10 @@ You can setup CORS headers the same way:
95 ipfs config --json API.HTTPHeaders.Access-Control-Allow-Methods '["PUT", "GET", "POST"]'
96 ipfs config --json API.HTTPHeaders.Access-Control-Allow-Credentials '["true"]'
97
98 +Shutdown
99 +
100 +To shutdown, kill, quit, or otherwise stop the daemon, send a SIGTERM signal.
101 +If it persists, send a second. This can be done by pressing Ctrl+C twice.
102
103 DEPRECATION NOTICE
104