chiark / gitweb /
Let config_parse open file where applicable
[elogind.git] / src / shared / install.c
index a080d8f328af9ae4acbd3041362f6f5d5b2985c2..bc2a3779719c39f5f5b0c98a556af5a523b4b638 100644 (file)
@@ -1076,7 +1076,10 @@ static int unit_file_load(
                 return -ENOMEM;
         }
 
-        r = config_parse(NULL, path, f, NULL, config_item_table_lookup, items, true, true, info);
+        r = config_parse(NULL, path, f,
+                         NULL,
+                         config_item_table_lookup, items,
+                         true, true, false, info);
         if (r < 0)
                 return r;