This commit is contained in:
Олег Бородин
2023-08-15 14:39:09 +02:00
parent b0058875a1
commit 42ad1c0f93
22 changed files with 1338 additions and 1300 deletions

View File

@@ -2,8 +2,8 @@
#ifndef CONFIG_H_QWER
#define CONFIG_H_QWER
static const char *srv_runpath = "/home/ziggi/Projects/jcomp/run/cworker.pid";
static const char *srv_logpath = "/home/ziggi/Projects/jcomp/log/cworker.log";
static const char *srv_configpath = "/home/ziggi/Projects/jcomp//cworker.conf";
static const char *srv_runpath = "/dat2/home/ziggi/projects/cworker/run/cworker.pid";
static const char *srv_logpath = "/dat2/home/ziggi/projects/cworker/log/cworker.log";
static const char *srv_configpath = "/dat2/home/ziggi/projects/cworker//cworker.conf";
#endif