diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-10-13 02:34:21 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-10-13 02:34:21 +0200 |
commit | 37072578da23266e72e3b7846059a11ff35f412e (patch) | |
tree | 175245655ca4aad87628f5ee40e7aac4b260441a /src/path-lookup.c | |
parent | f601daa70143745915a8d38603969f228414af19 (diff) |
lookup: look for dynamic throw-away units in /dev/.systemd/system
Diffstat (limited to 'src/path-lookup.c')
-rw-r--r-- | src/path-lookup.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/path-lookup.c b/src/path-lookup.c index 258252a564..c746e5e1ad 100644 --- a/src/path-lookup.c +++ b/src/path-lookup.c @@ -181,6 +181,7 @@ int lookup_paths_init(LookupPaths *p, ManagerRunningAs running_as) { return -ENOMEM; } else if (!(p->unit_path = strv_new( + "/dev/.systemd/system", SYSTEM_CONFIG_UNIT_PATH, "/etc/systemd/system", "/usr/local/share/systemd/system", |