diff --git a/daemon/yasnd-sock.c b/daemon/yasnd-sock.c index c7b6ceb..d81655e 100644 --- a/daemon/yasnd-sock.c +++ b/daemon/yasnd-sock.c @@ -9,7 +9,7 @@ #include "yasnd-log.h" -const char sock_path[]="./demo_socket"; +const char sock_path[]="/var/run/yasnd.sock"; pthread_t server_thread_handle; // server socket thread handle int socket_fd; // server socket descriptor