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

/sssd/src/monitor/
H A Dmonitor.c2482 int opt_daemon = 0; local
2499 {"daemon", 'D', POPT_ARG_NONE, &opt_daemon, 0, \
2544 if (opt_daemon && opt_interactive) {
2550 if (opt_genconf && (opt_daemon || opt_interactive)) {
2556 if (!opt_daemon && !opt_interactive && !opt_genconf) {
2557 opt_daemon = 1;
2575 if (opt_daemon) flags |= FLAGS_DAEMON;

Completed in 506 milliseconds