Skip to content

Commit 48353a7

Browse files
committedJan 12, 2016
Edited following @chriscool feedback
License: MIT Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
1 parent dc4f5af commit 48353a7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed
 

‎cmd/ipfs/daemon.go

+4-2
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,10 @@ You can setup CORS headers the same way:
9797
9898
Shutdown
9999
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.
102104
103105
DEPRECATION NOTICE
104106

0 commit comments

Comments
 (0)
Please sign in to comment.