go.mod: github.com/moby/sys/signal v0.6.0
full diff: https://github.com/moby/sys/compare/8a51b5cc8879...signal/v0.6.0 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
		
							
								
								
									
										3
									
								
								vendor/github.com/moby/sys/signal/signal_unix.go
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								vendor/github.com/moby/sys/signal/signal_unix.go
									
									
									
										generated
									
									
										vendored
									
									
								
							@@ -1,3 +1,4 @@
 | 
			
		||||
//go:build !windows
 | 
			
		||||
// +build !windows
 | 
			
		||||
 | 
			
		||||
package signal
 | 
			
		||||
@@ -16,6 +17,4 @@ const (
 | 
			
		||||
	SIGWINCH = syscall.SIGWINCH
 | 
			
		||||
	// SIGPIPE is a signal sent to a process when a pipe is written to before the other end is open for reading
 | 
			
		||||
	SIGPIPE = syscall.SIGPIPE
 | 
			
		||||
	// DefaultStopSignal is the syscall signal used to stop a container in unix systems.
 | 
			
		||||
	DefaultStopSignal = "SIGTERM"
 | 
			
		||||
)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user