mirror of
https://github.com/systemd/systemd.git
synced 2026-06-24 08:47:49 +00:00
When there is a NOTIFY_SOCKET, and FDs are received from the payload following the FD Store protocol, forward them up the chain to the service manager that is managing nspawn. This allows FD Store persistence across container restarts, and can chain up for user managers as well to survive restarting those, or reexecs, and in the future reboots too via LUO. Add a new test case to exercise the PID1 -> user session -> nspawn -> payload chain.