diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-03-14 14:31:50 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-03-14 14:31:50 +0100 |
commit | b412ab3bcca61cf4402a6df2888b22ce88eaee08 (patch) | |
tree | 82606692bf4d82bbfc9aff59379da84c8e54ef7b /src/path-lookup.c | |
parent | fc1a2e06a2eab6ca16664adb83b61fe958f00598 (diff) |
path-lookup: rearrange things so that the system path order follows the user path order
Diffstat (limited to 'src/path-lookup.c')
-rw-r--r-- | src/path-lookup.c | 2 |
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 |