Merge pull request #1753 from fbuihuu/teach-delegate-for-runtime

Teach bus_append_unit_property_assignment() about 'Delegate' property
This commit is contained in:
Lennart Poettering
2015-11-02 19:52:00 +01:00

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