chiark / gitweb /
sd-event: don't require a signal event source to be enabled for the child event sourc...
[elogind.git] / src / sysusers / sysusers.c
index 129493a1e7ad5779410064dc277db49c9824550d..68c552d24ad2cc811bbe3fc7709a2b83445ed4ec 100644 (file)
@@ -62,6 +62,8 @@ typedef struct Item {
 static char *arg_root = NULL;
 
 static const char conf_file_dirs[] =
+        "/etc/sysusers.d\0"
+        "/run/sysusers.d\0"
         "/usr/local/lib/sysusers.d\0"
         "/usr/lib/sysusers.d\0"
 #ifdef HAVE_SPLIT_USR