Searched refs:do_daemonize (Results 1 – 6 of 6) sorted by relevance
314 if (cfg->use_systemd && cfg->do_daemonize) { in apply_settings()590 if(!debug_mode && cfg->do_daemonize) { in perform_setup()
6066 COPY_VAR_int(do_daemonize); in fr_atomic_copy_cfg()
539 int do_daemonize; member
209 cfg->do_daemonize = 1; in config_create()644 else S_YNO("do-daemonize:", do_daemonize) in config_set_option()1194 else O_YNO(opt, "do-daemonize", do_daemonize) in config_get_option()
1258 else cfg_parser->cfg->do_daemonize = (strcmp($2, "yes")==0);
4164 else cfg_parser->cfg->do_daemonize = (strcmp((yyvsp[0].str), "yes")==0); in yyparse()