Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added small note about shutdown #2243

Merged
merged 1 commit into from
Jan 27, 2016
Merged

Conversation

RichardLitt
Copy link
Member

See #2180 (comment)

License: MIT
Signed-off-by: Richard Littauer richard.littauer@gmail.com

@@ -160,6 +160,7 @@ func daemonFunc(req cmds.Request, res cmds.Response) {
select {
case <-req.Context().Done():
fmt.Println("Received interrupt signal, shutting down...")
fmt.Println("(Hit C-c again to force-shutdown the daemon.)")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe ctrl+c instead of C-c ?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changed.

See #2180 (comment)

License: MIT
Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
@hackergrrl
Copy link
Contributor

👍

@rht
Copy link
Contributor

rht commented Jan 27, 2016

+1 LGTM

whyrusleeping added a commit that referenced this pull request Jan 27, 2016
@whyrusleeping whyrusleeping merged commit 8ef5a10 into master Jan 27, 2016
@whyrusleeping whyrusleeping deleted the feature/daemon-shutdown branch January 27, 2016 06:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants