mirror of
https://github.com/AuxXxilium/eudev.git
synced 2024-12-28 06:35:34 +07:00
manager: don't show kernel boot-up time for containers
This commit is contained in:
parent
72fe22f930
commit
e03ae6615a
2
TODO
2
TODO
@ -26,6 +26,8 @@ F15:
|
||||
|
||||
* remove getty magic, move it into a generator
|
||||
|
||||
* recreate private socket on SIGUSR2
|
||||
|
||||
Features:
|
||||
|
||||
* optionally create watched directories in .path units
|
||||
|
@ -2841,7 +2841,8 @@ void manager_check_finished(Manager *m) {
|
||||
|
||||
dual_timestamp_get(&m->finish_timestamp);
|
||||
|
||||
if (m->running_as == MANAGER_SYSTEM) {
|
||||
if (m->running_as == MANAGER_SYSTEM && detect_container(NULL) <= 0) {
|
||||
|
||||
if (dual_timestamp_is_set(&m->initrd_timestamp)) {
|
||||
log_info("Startup finished in %s (kernel) + %s (initrd) + %s (userspace) = %s.",
|
||||
format_timespan(kernel, sizeof(kernel),
|
||||
|
Loading…
Reference in New Issue
Block a user