From 6d2357247b198314d972932415d65a42f83a9b6e Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 17 Feb 2014 01:58:33 +0100 Subject: core: fix property changes in transient units --- src/core/dbus-unit.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/core/dbus-unit.c') diff --git a/src/core/dbus-unit.c b/src/core/dbus-unit.c index d4393e321f..8156fda82a 100644 --- a/src/core/dbus-unit.c +++ b/src/core/dbus-unit.c @@ -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 -- cgit v1.2.3-54-g00ecf