summaryrefslogtreecommitdiff
path: root/edge/pkg/devicetwin/dmiserver/const_others.go
diff options
context:
space:
mode:
Diffstat (limited to 'edge/pkg/devicetwin/dmiserver/const_others.go')
-rw-r--r--edge/pkg/devicetwin/dmiserver/const_others.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/edge/pkg/devicetwin/dmiserver/const_others.go b/edge/pkg/devicetwin/dmiserver/const_others.go
new file mode 100644
index 000000000..f06eb0b58
--- /dev/null
+++ b/edge/pkg/devicetwin/dmiserver/const_others.go
@@ -0,0 +1,7 @@
+//go:build !windows
+
+package dmiserver
+
+const (
+ SockPath = "/etc/kubeedge/dmi.sock"
+)