chiark / gitweb /
core: fix property changes in transient units
[elogind.git] / src / core / dbus-unit.c
index d4393e321f2e2ec91b0229b14f032163599780ce..8156fda82a51a141769672d0768f312da18b027a 100644 (file)
@@ -910,9 +910,6 @@ int bus_unit_set_properties(
         assert(u);
         assert(message);
 
-        if (u->transient)
-                mode &= UNIT_RUNTIME;
-
         /* We iterate through the array twice. First run we just check
          * if all passed data is valid, second run actually applies
          * it. This is to implement transaction-like behaviour without