From b412ab3bcca61cf4402a6df2888b22ce88eaee08 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 14 Mar 2012 14:31:50 +0100 Subject: [PATCH] path-lookup: rearrange things so that the system path order follows the user path order --- src/path-lookup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/path-lookup.c b/src/path-lookup.c index e6f050d4f..5464cedbb 100644 --- a/src/path-lookup.c +++ b/src/path-lookup.c @@ -228,8 +228,8 @@ int lookup_paths_init(LookupPaths *p, ManagerRunningAs running_as, bool personal "/etc/systemd/system", "/run/systemd/system", "/usr/local/lib/systemd/system", - "/usr/lib/systemd/system", SYSTEM_DATA_UNIT_PATH, + "/usr/lib/systemd/system", #ifdef HAVE_SPLIT_USR "/lib/systemd/system", #endif -- 2.30.2