summaryrefslogtreecommitdiffstats
path: root/src/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h
index c839f6e..e9d564a 100644
--- a/src/config.h
+++ b/src/config.h
@@ -33,6 +33,6 @@
// misc
#define DEFAULT_CONFIG_FILE "/etc/dnbd3-server.conf"
-#define SERVER_PID_FILE "/tmp/dnbd3-server.pid"
+#define UNIX_SOCKET "/tmp/dnbd3-server.sock"
#endif /* CONFIG_H_ */