chiark / gitweb /
path-lookup: unconditionally check /usr and /usr/share unit directories
[elogind.git] / src / path-lookup.c
index 4160d5586272d44eee3bcb85d693533b8ed1eca9..2590eb3abfc8aeed823c8f34ec3fe6bb2abc152c 100644 (file)
@@ -182,6 +182,8 @@ int lookup_paths_init(LookupPaths *p, ManagerRunningAs running_as) {
                 } else
                         if (!(p->unit_path = strv_new(
                                               SYSTEM_CONFIG_UNIT_PATH,  /* /etc/systemd/system/ */
+                                              "/usr/local/share/systemd/system",
+                                              "/usr/share/systemd/system",
                                               SYSTEM_DATA_UNIT_PATH,    /* /lib/systemd/system/ */
                                               NULL)))
                                 return -ENOMEM;