//go:build !windows package pxe import ( "os" "syscall" ) func signalReload(p *os.Process) error { return p.Signal(syscall.SIGHUP) }