summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-03-14 14:31:50 +0100
committerLennart Poettering <lennart@poettering.net>2012-03-14 14:31:50 +0100
commitb412ab3bcca61cf4402a6df2888b22ce88eaee08 (patch)
tree82606692bf4d82bbfc9aff59379da84c8e54ef7b
parentfc1a2e06a2eab6ca16664adb83b61fe958f00598 (diff)
path-lookup: rearrange things so that the system path order follows the user path order
-rw-r--r--src/path-lookup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/path-lookup.c b/src/path-lookup.c
index e6f050d4ff..5464cedbbd 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