MOD aaa-12 configm运行目录调整到/tmp/configm

SOL  configm运行目录调整到/tmp/configm
修改人:zhangliang
检视人:zhangliang
This commit is contained in:
zhanglianghy 2019-07-29 09:58:55 +08:00
parent 003f0cf16e
commit b434ecb453
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ void rpc_worker_start(rpc_worker_thread *th) {
void rpc_get_unix_socket_dir(char* socket_dir)
{
static char *dir_path = "/var/run/configm";
static char *dir_path = "/tmp/configm";
if(access(dir_path, R_OK) == 0)
{