]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/shared/bus-unit-util.c
core: add CoredumpReceive= setting
[thirdparty/systemd.git] / src / shared / bus-unit-util.c
index 634a8f08c29b008800556f654e4cae41c38eab67..4ee9706847d93231d1dc3fefd56b26d7f1d9a8fe 100644 (file)
@@ -565,7 +565,8 @@ static int bus_append_cgroup_property(sd_bus_message *m, const char *field, cons
                               "IOAccounting",
                               "BlockIOAccounting",
                               "TasksAccounting",
-                              "IPAccounting"))
+                              "IPAccounting",
+                              "CoredumpReceive"))
                 return bus_append_parse_boolean(m, field, eq);
 
         if (STR_IN_SET(field, "CPUWeight",