chiark / gitweb /
core: open up DefaultDependencies= property for transient units
[elogind.git] / src / libsystemd / sd-bus / bus-util.c
index bb08e387c44ce2d9e89a025337e613149c5f4ce8..c9d8713b25cade2e8ec3f01f8213805526daaefe 100644 (file)
@@ -1371,8 +1371,7 @@ int bus_append_unit_property_assignment(sd_bus_message *m, const char *assignmen
 
         if (STR_IN_SET(field,
                        "CPUAccounting", "MemoryAccounting", "BlockIOAccounting",
-                       "SendSIGHUP", "SendSIGKILL",
-                       "WakeSystem")) {
+                       "SendSIGHUP", "SendSIGKILL", "WakeSystem", "DefaultDependencies")) {
 
                 r = parse_boolean(eq);
                 if (r < 0) {