Skip to content
Snippets Groups Projects
Commit 38647fad authored by Richard Littauer's avatar Richard Littauer
Browse files
parent a5c4c5d1
Branches
No related tags found
1 merge request!1New
...@@ -160,6 +160,7 @@ func daemonFunc(req cmds.Request, res cmds.Response) { ...@@ -160,6 +160,7 @@ func daemonFunc(req cmds.Request, res cmds.Response) {
select { select {
case <-req.Context().Done(): case <-req.Context().Done():
fmt.Println("Received interrupt signal, shutting down...") fmt.Println("Received interrupt signal, shutting down...")
fmt.Println("(Hit ctrl-c again to force-shutdown the daemon.)")
} }
}() }()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment