This commit is contained in:
2024-01-02 03:28:26 +02:00
parent b10e8b8827
commit 43e4d63d5b
10 changed files with 167 additions and 99 deletions

View File

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