Teach bus_append_unit_property_assignment() about 'Delegate' property

This commit is contained in:
Franck Bui 2015-11-02 11:12:41 +01:00
parent cb6762862b
commit ea1a971646

View 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) {