Loading
switch-to-configuration-ng: Fix ExecReload check for added key
The branch handling "a key was added to an existing section" compared the section name against "Exec" (the .nspawn section header) instead of "Service", so adding ExecReload= to a [Service] that previously lacked it still triggered a restart instead of a reload. Add a unit test covering this path.