Lines Matching defs:need_pidfile
527 const char** cfgfile, int need_pidfile)
565 pidinchroot = need_pidfile && (!(cfg->chrootdir && cfg->chrootdir[0]) ||
571 if(cfg->pidfile && cfg->pidfile[0] && need_pidfile) {
598 if(cfg->pidfile && cfg->pidfile[0] && need_pidfile) {
603 (void)need_pidfile;
724 * @param need_pidfile: if false, no pidfile is checked or created.
727 run_daemon(const char* cfgfile, int cmdline_verbose, int debug_mode, int need_pidfile)
759 perform_setup(daemon, cfg, debug_mode, &cfgfile, need_pidfile);
813 int need_pidfile = 1;
838 need_pidfile = 0;
873 run_daemon(cfgfile, cmdline_verbose, debug_mode, need_pidfile);