mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
path-lookup: fix confusion between persistent_control and persistent_config
persistent_config would not appear in the search path at all, hence those overrides would not work at all.
This commit is contained in:
@@ -623,7 +623,7 @@ int lookup_paths_init(
|
||||
add = user_dirs(persistent_config, runtime_config,
|
||||
generator, generator_early, generator_late,
|
||||
transient,
|
||||
persistent_config, runtime_control);
|
||||
persistent_control, runtime_control);
|
||||
break;
|
||||
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user