summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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