Home
last modified time | relevance | path

Searched refs:do_daemonize (Results 1 – 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/unbound/daemon/
HDunbound.c314 if (cfg->use_systemd && cfg->do_daemonize) { in apply_settings()
563 if(!debug_mode && cfg->do_daemonize) { in perform_setup()
/freebsd-13-stable/contrib/unbound/util/
HDconfig_file.h538 int do_daemonize; member
HDconfig_file.c209 cfg->do_daemonize = 1; in config_create()
614 else S_YNO("do-daemonize:", do_daemonize) in config_set_option()
1164 else O_YNO(opt, "do-daemonize", do_daemonize) in config_get_option()
HDconfigparser.y1248 else cfg_parser->cfg->do_daemonize = (strcmp($2, "yes")==0);
HDconfigparser.c4152 else cfg_parser->cfg->do_daemonize = (strcmp((yyvsp[0].str), "yes")==0); in yyparse()