From 48353a70368c0f9210befd7105bb4afb793bce2b Mon Sep 17 00:00:00 2001 From: Richard Littauer Date: Sun, 10 Jan 2016 15:59:51 -0500 Subject: [PATCH] Edited following @chriscool feedback License: MIT Signed-off-by: Richard Littauer --- cmd/ipfs/daemon.go | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/cmd/ipfs/daemon.go b/cmd/ipfs/daemon.go index 09f449d2bad..79ec4edc83f 100644 --- a/cmd/ipfs/daemon.go +++ b/cmd/ipfs/daemon.go @@ -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. DEPRECATION NOTICE