1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-27 18:55:40 +03:00

lookup: look for dynamic throw-away units in /dev/.systemd/system

This commit is contained in:
Lennart Poettering 2010-10-13 02:34:21 +02:00
parent f601daa701
commit 37072578da

View File

@ -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",