mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-10-15 20:06:19 +08:00
better handling of os signals
This commit is contained in:
8
go/weed/signal_handling_notsupported.go
Normal file
8
go/weed/signal_handling_notsupported.go
Normal file
@@ -0,0 +1,8 @@
|
||||
// +build plan9
|
||||
|
||||
package main
|
||||
|
||||
import ()
|
||||
|
||||
func OnInterrupt(fn func()) {
|
||||
}
|
Reference in New Issue
Block a user