mirror of
https://github.com/systemd/systemd.git
synced 2026-08-09 09:32:04 +00:00
Quote each serialized exec directory entry, and use extract flags compatible with config_parse_exec_directories() when deserializing. This allows paths containing spaces and escaped characters to round-trip correctly. Fixes #41853. Replaces #42686.