From: Franck Bui Date: Mon, 2 Nov 2015 10:12:41 +0000 (+0100) Subject: Teach bus_append_unit_property_assignment() about 'Delegate' property X-Git-Tag: v228~112^2 X-Git-Url: http://git-history.diyao.me/?a=commitdiff_plain;h=ea1a971646d31b990190f473c5c7e3562f36d3c9;p=systemd%2F.git Teach bus_append_unit_property_assignment() about 'Delegate' property --- diff --git a/src/shared/bus-util.c b/src/shared/bus-util.c index 940e393318..dbae6e7c85 100644 --- a/src/shared/bus-util.c +++ b/src/shared/bus-util.c @@ -1450,7 +1450,7 @@ int bus_append_unit_property_assignment(sd_bus_message *m, const char *assignmen "SendSIGHUP", "SendSIGKILL", "WakeSystem", "DefaultDependencies", "IgnoreSIGPIPE", "TTYVHangup", "TTYReset", "RemainAfterExit", "PrivateTmp", "PrivateDevices", "PrivateNetwork", "NoNewPrivileges", - "SyslogLevelPrefix")) { + "SyslogLevelPrefix", "Delegate")) { r = parse_boolean(eq); if (r < 0) {