Add USB/IP service

This commit is contained in:
世界
2026-06-14 19:19:46 +08:00
parent e4e8af4755
commit 0c7707ca9e
30 changed files with 3117 additions and 246 deletions
+3 -2
View File
@@ -75,8 +75,9 @@ func NewCommandServer(handler CommandServerHandler, platformInterface PlatformIn
// SystemProxyEnabled: false,
})
server.managedService = daemon.NewManagedService(daemon.ManagedServiceOptions{
Handler: (*platformHandler)(server),
Debug: sDebug,
Handler: (*platformHandler)(server),
Debug: sDebug,
OOMReporter: sOOMReporter,
})
return server, nil
}