diff options
author | Lennart Poettering <lennart@poettering.net> | 2016-11-24 00:44:57 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2016-12-14 00:54:13 +0100 |
commit | 4ea0d7f431ad036608020a78d8f8a00c414fe693 (patch) | |
tree | 23ee99aa61e342dc0d643e3fc3940b0aee225867 /src/shared/bus-unit-util.c | |
parent | d2d6c096f6373a76f3b303a7a116e7cfe7139c4d (diff) |
core: make "Restart" service property accessible via the transient API
Fixes: #4402
Diffstat (limited to 'src/shared/bus-unit-util.c')
-rw-r--r-- | src/shared/bus-unit-util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/bus-unit-util.c b/src/shared/bus-unit-util.c index 735b8effc9..b030b3b9d1 100644 --- a/src/shared/bus-unit-util.c +++ b/src/shared/bus-unit-util.c @@ -266,7 +266,7 @@ int bus_append_unit_property_assignment(sd_bus_message *m, const char *assignmen "StandardInput", "StandardOutput", "StandardError", "Description", "Slice", "Type", "WorkingDirectory", "RootDirectory", "SyslogIdentifier", "ProtectSystem", - "ProtectHome", "SELinuxContext")) + "ProtectHome", "SELinuxContext", "Restart")) r = sd_bus_message_append(m, "v", "s", eq); else if (streq(field, "SyslogLevel")) { |