path-lookup: rearrange things so that the system path order follows the user path order

This commit is contained in:
Lennart Poettering 2012-03-14 14:31:50 +01:00
parent fc1a2e06a2
commit b412ab3bcc

View file

@ -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