Skip to content

Commit

Permalink
Edited following @chriscool feedback
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
  • Loading branch information
RichardLitt committed Jan 12, 2016
1 parent dc4f5af commit 7e82f49
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions cmd/ipfs/daemon.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,13 @@ You can setup CORS headers the same way:
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.
To shutdown the daemon, kill, quit, Ctrl+C, or otherwise stop it.
If it persists, try again once.
To shutdown the daemon, send a SIGINT signal to it (e.g. by pressing 'Ctrl-C'
or send a SIGTERM signal to it (e.g. with 'kill'). It may take a while for the
daemon to shutdown gracefully, but it can be killed forcibly by pressing
'Ctrl-C' again.
DEPRECATION NOTICE
Expand Down

0 comments on commit 7e82f49

Please sign in to comment.