diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-09-14 21:26:12 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-09-14 21:26:12 +0200 |
| commit | 3bfafbc8664a2a1ba8efc3f64376ff63c3dc11b9 (patch) | |
| tree | 1b2de6bd79c7c0225a2f3e4a0fccc51c3cc627ba /cmd | |
| parent | 8c6afca96a9f0af41c5a9d05beb7f1dedb994740 (diff) | |
| download | krino-3bfafbc8664a2a1ba8efc3f64376ff63c3dc11b9.tar.gz krino-3bfafbc8664a2a1ba8efc3f64376ff63c3dc11b9.zip | |
plan 9: apply logs each step as it completes and stops a chain that landed elsewhere
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/krino/sort.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/krino/sort.go b/cmd/krino/sort.go index 35c242c..947d21a 100644 --- a/cmd/krino/sort.go +++ b/cmd/krino/sort.go @@ -357,7 +357,7 @@ func installSignalHandler(cancel context.CancelFunc) func() { } sig := make(chan os.Signal, 1) - signal.Notify(sig, os.Interrupt, syscall.SIGTERM) + signal.Notify(sig, os.Interrupt, syscall.SIGTERM, syscall.SIGHUP) done := make(chan struct{}) go func() { signals := 0 |
