From 37072578da23266e72e3b7846059a11ff35f412e Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 13 Oct 2010 02:34:21 +0200 Subject: [PATCH] lookup: look for dynamic throw-away units in /dev/.systemd/system --- src/path-lookup.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/path-lookup.c b/src/path-lookup.c index 258252a56..c746e5e1a 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", -- 2.30.2