chiark / gitweb /
split selinux label operations out of cgroup-util, socket-util
[elogind.git] / src / tmpfiles.c
index 8cbce12dcd14e014b80995d6d6605ae309b4c100..5e85e37411b55ea22a4f83d4a37a7aaa5858f345 100644 (file)
@@ -41,6 +41,7 @@
 
 #include "log.h"
 #include "util.h"
+#include "mkdir.h"
 #include "strv.h"
 #include "label.h"
 #include "set.h"
@@ -1271,8 +1272,8 @@ int main(int argc, char *argv[]) {
                 char **files, **f;
 
                 r = conf_files_list(&files, ".conf",
-                                    "/run/tmpfiles.d",
                                     "/etc/tmpfiles.d",
+                                    "/run/tmpfiles.d",
                                     "/usr/local/lib/tmpfiles.d",
                                     "/usr/lib/tmpfiles.d",
                                     NULL);