summaryrefslogtreecommitdiff
path: root/src/core/dbus-service.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2013-07-30 02:28:22 +0200
committerLennart Poettering <lennart@poettering.net>2013-07-30 02:54:56 +0200
commita6c0353b9268d5b780fb7ff05a10cb5031446e5d (patch)
tree0306afb0adac70a4f6d0e7a09270c4f20cba920d /src/core/dbus-service.c
parentfba1ea06bb5b653e9eb0cc1b6004af8da273a4ab (diff)
core: open up SendSIGHUP property for transient units
Diffstat (limited to 'src/core/dbus-service.c')
-rw-r--r--src/core/dbus-service.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/dbus-service.c b/src/core/dbus-service.c
index 1a44e1fd1b..85b13f01ef 100644
--- a/src/core/dbus-service.c
+++ b/src/core/dbus-service.c
@@ -324,6 +324,10 @@ int bus_service_set_property(
r = bus_service_set_transient_property(s, name, i, mode, error);
if (r != 0)
return r;
+
+ r = bus_kill_context_set_transient_property(u, &s->kill_context, name, i, mode, error);
+ if (r != 0)
+ return r;
}
return 0;