diff options
Diffstat (limited to 'src/tmpfiles.c')
-rw-r--r-- | src/tmpfiles.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tmpfiles.c b/src/tmpfiles.c index f36a75f8f2..954c3b7cf3 100644 --- a/src/tmpfiles.c +++ b/src/tmpfiles.c @@ -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) { |