1
0
mirror of https://github.com/openshift/source-to-image.git synced 2026-02-06 06:44:58 +01:00
Files
source-to-image/pkg/util/interrupt
Rodolfo Carvalho c9b9947e98 Improve signal handling util package
- Move code to a separate package, mirroring upstream, and separating
  code out of the generic util package.
- Default to os.Exit(2) instead of os.Exit(0), matching the default
  behavior of the Go runtime.
- Unify list of termination signals across supported platforms.
2016-04-11 16:00:41 +02:00
..