mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-10-15 03:04:54 +08:00
0.59 beta
This commit is contained in:
@@ -14,6 +14,7 @@ func OnInterrupt(fn func()) {
|
||||
signal.Notify(signalChan,
|
||||
os.Interrupt,
|
||||
os.Kill,
|
||||
syscall.SIGALRM,
|
||||
syscall.SIGHUP,
|
||||
syscall.SIGINT,
|
||||
syscall.SIGTERM,
|
||||
|
Reference in New Issue
Block a user