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

/sssd-io/src/monitor/
H A Dmonitor.c2430 int opt_interactive = 0; local
2450 {"interactive", 'i', POPT_ARG_NONE, &opt_interactive, 0, \
2493 if (opt_daemon && opt_interactive) {
2499 if (opt_genconf && (opt_daemon || opt_interactive)) {
2505 if (!opt_daemon && !opt_interactive && !opt_genconf) {
2525 if (opt_interactive) {
2666 monitor->is_daemon = !opt_interactive;

Completed in 476 milliseconds