Skip to content

Commit

Permalink
Merge pull request #2180 from ipfs/feature/shutdown
Browse files Browse the repository at this point in the history
Edited following @chriscool feedback
  • Loading branch information
rht committed Jan 23, 2016
2 parents fce3840 + 48353a7 commit f5b8c7c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions cmd/ipfs/daemon.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,10 @@ 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, 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 sending a
second signal.
IPFS_PATH environment variable
Expand Down

0 comments on commit f5b8c7c

Please sign in to comment.