X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;ds=inline;f=src%2Fshared%2Finstall.c;h=f30bf8317b802cb171193ec5f0ae6f862d48cf6c;hb=67445f4e22ad924394acdd4fd49e6f238244a5ca;hp=c6215fbb32c10db80e6eb8b73ef79550c260093c;hpb=e872b43c7ee51efb6bd6ca31d79e02af8cc3cb82;p=elogind.git diff --git a/src/shared/install.c b/src/shared/install.c index c6215fbb3..f30bf8317 100644 --- a/src/shared/install.c +++ b/src/shared/install.c @@ -59,7 +59,7 @@ static int lookup_paths_init_from_scope(LookupPaths *paths, UnitFileScope scope) zero(*paths); return lookup_paths_init(paths, - scope == UNIT_FILE_SYSTEM ? MANAGER_SYSTEM : MANAGER_USER, + scope == UNIT_FILE_SYSTEM ? SYSTEMD_SYSTEM : SYSTEMD_USER, scope == UNIT_FILE_USER, NULL, NULL, NULL); }