This commit is contained in:
Олег Бородин
2023-09-05 11:30:10 +02:00
parent 77bd507ae8
commit e9b9df0356
15 changed files with 423 additions and 562 deletions

View File

@@ -2,8 +2,8 @@
#ifndef CONFIG_H_QWER
#define CONFIG_H_QWER
static const char *srv_runpath = "/home/ziggi/Projects/cworker/run/cworker.pid";
static const char *srv_logpath = "/home/ziggi/Projects/cworker/log/cworker.log";
static const char *srv_configpath = "/home/ziggi/Projects/cworker//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