mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 08:25:20 +09:00
Add endpoint for listing boots. Output format mimics `journalctl --list-boots -o json`, so it's a plain array containing index, boot ID and timestamps of the first and last entry. Initial implementation returns boots ordered starting with the current one and doesn't allow any filtering (i.e. equivalent of --lines argument). Fixes: #37573