This commit is contained in:
2023-08-19 00:40:40 +02:00
parent bdfed6f56b
commit d5441fa611
30 changed files with 25890 additions and 560 deletions

8
main.c
View File

@@ -17,10 +17,10 @@ int main(int argc, char **argv) {
log_error("cannot init service");
return 1;
}
//if (cworker_detach(&worker) < 0) {
//log_error("cannot detach service");
//return 1;
//}
if (cworker_detach(&worker) < 0) {
log_error("cannot detach service");
return 1;
}
if (cworker_writepid(&worker) < 0) {
log_error("cannot build service");
return 1;