]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/journal-remote/journal-remote-main.c
various: use new config loader instead of config_parse_config_file()
[thirdparty/systemd.git] / src / journal-remote / journal-remote-main.c
index 221b544fbcbf9b0ff3941a64716dd16836a03127..91cb2eefaa79a33ca458486573acefeb75d13c3d 100644 (file)
@@ -746,9 +746,12 @@ static int parse_config(void) {
                 {}
         };
 
-        return config_parse_config_file("systemd/journal-remote.conf", "Remote\0",
-                                        config_item_table_lookup, items,
-                                        CONFIG_PARSE_WARN, NULL);
+        return config_parse_standard_file_with_dropins(
+                        "systemd/journal-remote.conf",
+                        "Remote\0",
+                        config_item_table_lookup, items,
+                        CONFIG_PARSE_WARN,
+                        /* userdata= */ NULL);
 }
 
 static int help(void) {