diff options
-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", |