Searched defs:opt_daemon (Results 1 - 1 of 1) sorted by relevance

/sssd-io/src/monitor/
H A Dmonitor.c2429 int opt_daemon = 0; local
2448 {"daemon", 'D', POPT_ARG_NONE, &opt_daemon, 0, \
2493 if (opt_daemon && opt_interactive) {
2499 if (opt_genconf && (opt_daemon || opt_interactive)) {
2505 if (!opt_daemon && !opt_interactive && !opt_genconf) {
2506 opt_daemon = 1;
2524 if (opt_daemon) flags |= FLAGS_DAEMON;

Completed in 23 milliseconds