Searched refs:seconds (Results 1 – 19 of 19) sorted by relevance
/systemd-251/test/testsuite-16.units/ |
D | fail-runtime.service | 6 # EXTEND_TIMEOUT_USEC on runtime start (0) and 7 seconds after. Systemd will expect one at 7+5 (ext… 7 # seconds this won't happen until 7 + 7 (sleep interval) seconds. Therefore timeout at 12 seconds.
|
D | fail-start.service | 7 # EXTEND_TIMEOUT_USEC on startup and 7 seconds from start. Systemd will expect one at 7+5 (extend_t… 8 # seconds this won't happen until 7 + 7 (sleep interval) seconds. Therefore timeout at 12 seconds.
|
D | success-all.service | 7 …ccess - startup / runtime / shutdown all take 8 seconds which is within the EXTEND_TIMEOUT_USEC=4 … 8 # runtime is 8+8+8 seconds. so we are relying on the EXTEND_TIMEOUT_USEC to exceed all stages, Star… 9 # success occurs after 24 seconds
|
D | fail-stop.service | 6 # EXTEND_TIMEOUT_USEC on stop (0) and 7 seconds after. Systemd will expect one at 7+5 (extend_timeo… 7 # seconds this won't happen until 7 + 7 (sleep interval) seconds. Therefore timeout at 12 seconds.
|
D | success-stop.service | 6 # EXTEND_TIMEOUT_USEC=4 seconds once during shutdown, but sleep for 6 seconds. 7 # Therefore stop time is 6 seconds and < TimeoutStopSec so still successful.
|
D | success-runtime.service | 7 # EXTEND_TIMEOUT_USEC=4 second once during runtime, but sleep for 6 seconds. 8 # Runtime is 6 seconds and < RuntimeMaxSec so still successful.
|
D | success-start.service | 6 # EXTEND_TIMEOUT_USEC=4 second interval once at startup, but sleep 6 seconds. 7 # Therefore startup is 6 seconds and < TimeoutStartSec so still successful.
|
/systemd-251/shell-completion/zsh/ |
D | _systemd-run | 35 '--on-active=[Run after SEC seconds]:SEC' \ 36 '--on-boot=[Run SEC seconds after machine was booted up]:SEC' \ 39 '--on-startup=[Run SEC seconds after systemd was first started]:SEC' \ 41 '--on-unit-active=[Run SEC seconds after the last activation]:SEC' \ 42 '--on-unit-inactive=[Run SEC seconds after the last deactivation]:SEC' \
|
D | _udevadm | 46 '--timeout=[Maximum number of seconds to wait for the event queue to become empty.]' \ 64 '--timeout=[The maximum number of seconds to wait for a reply from systemd-udevd.]' \ 110 '--timeout=[Maximum number of seconds to wait for the devices being created.]' \ 121 '--timeout=[Maximum number of seconds to wait for the devices being locked.]' \
|
D | _systemd | 10 '--timeout=[Timeout in sec]:timeout (seconds):' \
|
D | _busctl | 284 '--timeout=[Maximum time to wait for method call completion]:timeout (seconds)' \
|
/systemd-251/test/units/ |
D | testsuite-03.sh | 65 Description=Wait for 2 seconds 71 Description=Wait for 5 seconds and fail
|
/systemd-251/src/journal/ |
D | journald-audit.c | 336 uint64_t seconds, msec, id; in process_audit_string() local 364 &seconds, in process_audit_string() 379 (usec_t) seconds * USEC_PER_SEC + (usec_t) msec * USEC_PER_MSEC); in process_audit_string()
|
/systemd-251/.github/workflows/ |
D | cflite_pr.yml | 37 fuzz-seconds: 1200
|
D | cifuzz.yml | 49 fuzz-seconds: 600
|
/systemd-251/docs/ |
D | DISTRO_PORTING.md | 56 and can be up to .5s off from servers that use stepped leap seconds.
|
D | ENVIRONMENT.md | 82 completion. If no time unit is specified, assumes seconds. The usual other units
|
/systemd-251/src/tmpfiles/ |
D | tmpfiles.c | 3230 _cleanup_free_ char *seconds = NULL, *age_by = NULL; in parse_line() local 3238 r = split_pair(a, ":", &age_by, &seconds); in parse_line() 3254 a = seconds; in parse_line()
|
/systemd-251/ |
D | NEWS | 301 timestamp as unix times, i.e. seconds since 1970, Jan 1st. 8241 lines prefixed by their UNIX time (i.e. seconds since Jan 1st, 1970 11219 * Timestamps may now be specified in seconds since the UNIX 11221 in seconds.
|