Teach bus_append_unit_property_assignment() about 'Delegate' property
authorFranck Bui <fbui@suse.com>
Mon, 2 Nov 2015 10:12:41 +0000 (11:12 +0100)
committerFranck Bui <fbui@suse.com>
Mon, 2 Nov 2015 11:37:45 +0000 (12:37 +0100)
src/shared/bus-util.c

index 940e393..dbae6e7 100644 (file)
@@ -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) {