diff --git a/check_systemd.py b/check_systemd.py index 6785309..2c2fcc1 100755 --- a/check_systemd.py +++ b/check_systemd.py @@ -1442,12 +1442,12 @@ def main(): tasks: typing.List[object] = [ UnitsResource(), UnitsContext(), + StartupTimeResource(), SystemdSummary(), ] if opts.scope_startup_time: tasks += [ - StartupTimeResource(), StartupTimeContext(), ]