From: Lennart Poettering Date: Wed, 14 Mar 2012 13:31:50 +0000 (+0100) Subject: path-lookup: rearrange things so that the system path order follows the user path... X-Git-Tag: v44~34 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b412ab3bcca61cf4402a6df2888b22ce88eaee08;p=systemd path-lookup: rearrange things so that the system path order follows the user path order --- diff --git a/src/path-lookup.c b/src/path-lookup.c index e6f050d4..5464cedb 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