Searched refs:do_daemonize (Results 1 – 4 of 4) sorted by relevance
277 if (cfg->use_systemd && cfg->do_daemonize) { in apply_settings()494 if(!debug_mode && cfg->do_daemonize) { in perform_setup()
451 int do_daemonize; member
182 cfg->do_daemonize = 1; in config_create()509 else S_YNO("do-daemonize:", do_daemonize) in config_set_option()953 else O_YNO(opt, "do-daemonize", do_daemonize) in config_get_option()
955 else cfg_parser->cfg->do_daemonize = (strcmp($2, "yes")==0);