diff --git a/src/server.cpp b/src/server.cpp index 01acb082347e57ef5c5976d8d081dbd8dd38c5d7..8ae5820fed53d98a738ea7b36c81835a21e1ba6e 100644 --- a/src/server.cpp +++ b/src/server.cpp @@ -18,9 +18,10 @@ #include #include #include +#include #include "thirdparty/threadpool/async.h" -const std::string Server::filePath_ = "/tmp/org.openkylin.aisdk.aiscene"; +const std::string Server::filePath_ = "/tmp/org.openkylin.aisdk.aibusiness." + std::to_string(geteuid()); const std::string Server::unixPath_ = "unix:path=" + filePath_; Server &Server::getInstance() {