MCPcopy Create free account
hub / github.com/3proxy/3proxy / h_daemon

Function h_daemon

src/conf.c:357–361  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

355}
356
357static int h_daemon(int argc, unsigned char **argv){
358 if(!conf.demon)daemonize();
359 conf.demon = 1;
360 return 0;
361}
362
363static int h_config(int argc, unsigned char **argv){
364 if(conf.conffile)myfree(conf.conffile);

Callers

nothing calls this directly

Calls 1

daemonizeFunction · 0.85

Tested by

no test coverage detected