summaryrefslogtreecommitdiff
path: root/src/path-lookup.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-10-13 02:34:21 +0200
committerLennart Poettering <lennart@poettering.net>2010-10-13 02:34:21 +0200
commit37072578da23266e72e3b7846059a11ff35f412e (patch)
tree175245655ca4aad87628f5ee40e7aac4b260441a /src/path-lookup.c
parentf601daa70143745915a8d38603969f228414af19 (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.c1
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",