summaryrefslogtreecommitdiff
path: root/src/tmpfiles.c
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2011-04-30 20:31:33 +0200
committerKay Sievers <kay.sievers@vrfy.org>2011-04-30 20:31:33 +0200
commit223a35581604897185c46dfc184b0fa32916d59b (patch)
tree2c2f2a920570434745c449e09de3010ef803f954 /src/tmpfiles.c
parentdb91c52703437e9c1a3093864068e36d31286007 (diff)
binfmt, modules-load, sysctl, tmpfiles: read /usr/local/lib and where appropriate /lib directories
Diffstat (limited to 'src/tmpfiles.c')
-rw-r--r--src/tmpfiles.c1
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) {