mirror of
https://github.com/hashicorp/packer.git
synced 2026-02-27 03:51:20 -05:00
12 lines
153 B
Go
12 lines
153 B
Go
// +build !windows
|
|
|
|
package metrics
|
|
|
|
import (
|
|
"syscall"
|
|
)
|
|
|
|
const (
|
|
// DefaultSignal is used with DefaultInmemSignal
|
|
DefaultSignal = syscall.SIGUSR1
|
|
)
|