projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb67628
)
Teach bus_append_unit_property_assignment() about 'Delegate' property
author
Franck Bui
<fbui@suse.com>
Mon, 2 Nov 2015 10:12:41 +0000
(11:12 +0100)
committer
Franck Bui
<fbui@suse.com>
Mon, 2 Nov 2015 11:37:45 +0000
(12:37 +0100)
src/shared/bus-util.c
patch
|
blob
|
history
diff --git
a/src/shared/bus-util.c
b/src/shared/bus-util.c
index 940e393318d118fc5e6d64a1d6b8e0003c7ad318..dbae6e7c85e28377aa8f2bd87b0eee73f3c9641b 100644
(file)
--- 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) {