mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 00:47:10 +09: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