mirror of
https://github.com/systemd/systemd.git
synced 2026-07-12 02:24:15 +00:00
Cockpit's podman plugin needs to know the lingering status so the UI can
advertise enabling `podman-restart` (which depends on lingering to
work). Currently it relies on watching `/var/lib/systemd/linger/${user}`
but that isn't a public API.
Related: #22244