Edited following @chriscool feedback
License: MIT Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
Richard Littauer committed
Jan 10, 2016 at 15:59 UTC
48353a70368c0f9210befd7105bb4afb793bce2b
1 file changed
+4
-2
cmd/ipfs/daemon.go
+4
-2
@@ -97,8 +97,10 @@ You can setup CORS headers the same way:
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.
100
+To shutdown the daemon, send a SIGINT signal to it (e.g. by pressing 'Ctrl-C')
101
+or send a SIGTERM signal to it (e.g. with 'kill'). It may take a while for the
102
+daemon to shutdown gracefully, but it can be killed forcibly by sending a
103
+second signal.
104
105
DEPRECATION NOTICE
106