summaryrefslogtreecommitdiff
path: root/src/shared
diff options
context:
space:
mode:
authorDaniel Mack <github@zonque.org>2015-09-23 11:04:34 +0200
committerDaniel Mack <github@zonque.org>2015-09-23 11:04:34 +0200
commitce40506ddb41640462f95c019fae02f14e266144 (patch)
tree40071bf0e2a93b1505eefd7471ed3bdc02d5d688 /src/shared
parent5c781d6b0dd2d5fce3cacd653ac10556e39b857b (diff)
parent602b83559a7cfcd3eee05bbdb5518830752a2667 (diff)
Merge pull request #1339 from alkino/master
Hook more properties for transient units
Diffstat (limited to 'src/shared')
-rw-r--r--src/shared/bus-util.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/shared/bus-util.c b/src/shared/bus-util.c
index fdf41cec19..16b17c2c82 100644
--- a/src/shared/bus-util.c
+++ b/src/shared/bus-util.c
@@ -1492,7 +1492,8 @@ int bus_append_unit_property_assignment(sd_bus_message *m, const char *assignmen
"User", "Group", "DevicePolicy", "KillMode",
"UtmpIdentifier", "UtmpMode", "PAMName", "TTYPath",
"StandardInput", "StandardOutput", "StandardError",
- "Description", "Slice", "Type"))
+ "Description", "Slice", "Type", "WorkingDirectory",
+ "RootDirectory"))
r = sd_bus_message_append(m, "v", "s", eq);
else if (streq(field, "DeviceAllow")) {