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

/systemd/src/systemctl/
H A Dsystemctl.c120 static usec_t arg_when = 0; variable
2910 if (arg_when > 0)
7062 r = parse_shutdown_time_spec(argv[optind], &arg_when);
7068 arg_when = now(CLOCK_REALTIME) + USEC_PER_MINUTE;
7508 arg_when);
7512 log_info("Shutdown scheduled for %s, use 'shutdown -c' to cancel.", format_timestamp(date, sizeof(date), arg_when));
7527 if (arg_when > 0)

Completed in 36 milliseconds