mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-03-12 08:58:20 +03:00
path-lookup: rearrange things so that the system path order follows the user path order
This commit is contained in:
parent
fc1a2e06a2
commit
b412ab3bcc
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user