chiark / gitweb /
mechanisms: add mechanisms to change system locale and clock
[elogind.git] / src / tmpfiles.c
index f36a75f8f2f9e2e6ee05cdb20bb41700e34e8e3b..954c3b7cf3152dcd6467899497f0ec064ba66184 100644 (file)
@@ -966,6 +966,7 @@ int main(int argc, char *argv[]) {
                 r = conf_files_list(&files, ".conf",
                                     "/run/tmpfiles.d",
                                     "/etc/tmpfiles.d",
+                                    "/usr/local/lib/tmpfiles.d",
                                     "/usr/lib/tmpfiles.d",
                                     NULL);
                 if (r < 0) {