diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2011-04-30 23:08:15 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2011-04-30 23:08:15 +0200 |
commit | adf70c5e4e6673353b8d702baee4e1d21eb05dfe (patch) | |
tree | 10681a46d779073e26624cf5297516667aacd3b1 /src | |
parent | 223a35581604897185c46dfc184b0fa32916d59b (diff) |
binfmt, modules-load, sysctl, tmpfiles: add missing ConditionDirectoryNotEmpty=
Diffstat (limited to 'src')
-rw-r--r-- | src/path-lookup.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/path-lookup.c b/src/path-lookup.c index b1c69814ca..b45467c98d 100644 --- a/src/path-lookup.c +++ b/src/path-lookup.c @@ -190,9 +190,7 @@ int lookup_paths_init(LookupPaths *p, ManagerRunningAs running_as) { "/run/systemd/system", SYSTEM_CONFIG_UNIT_PATH, "/etc/systemd/system", - "/usr/local/share/systemd/system", "/usr/local/lib/systemd/system", - "/usr/share/systemd/system", "/usr/lib/systemd/system", "/lib/systemd/system", SYSTEM_DATA_UNIT_PATH, |