aboutsummaryrefslogtreecommitdiff
path: root/weed/util/grace/signal_handling_notsupported.go
blob: de898159acbb6de77d88b5fd1253691ccfa478d4 (plain)
1
2
3
4
5
6
7
//go:build plan9
// +build plan9

package grace

func OnInterrupt(fn func()) {
}