aboutsummaryrefslogtreecommitdiff
path: root/weed/util/grace/signal_handling_notsupported.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/util/grace/signal_handling_notsupported.go')
-rw-r--r--weed/util/grace/signal_handling_notsupported.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/weed/util/grace/signal_handling_notsupported.go b/weed/util/grace/signal_handling_notsupported.go
new file mode 100644
index 000000000..5335915a1
--- /dev/null
+++ b/weed/util/grace/signal_handling_notsupported.go
@@ -0,0 +1,6 @@
+// +build plan9
+
+package grace
+
+func OnInterrupt(fn func()) {
+}