commit | 88648b939991938c880fbe0f35dd9e5f5cf39679 | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@us.ibm.com> | Sun Nov 01 21:32:48 2015 -0500 |
committer | Brad Bishop <bradleyb@us.ibm.com> | Sun Nov 01 21:35:15 2015 -0500 |
tree | 588d83c8cef16f17258326b1b4b9ab407bae1318 | |
parent | 902ea98a2f9a582d382764d7e8dc41eb5b8bce26 [diff] [blame] |
Update rest-dbus Removed upstreamed patches to makefile. Updated path in systemd service file. Add dependency on mapper.
diff --git a/common/recipes-phosphor/rest-dbus/files/rest-dbus.service b/common/recipes-phosphor/rest-dbus/files/rest-dbus.service index 686cf69..b6f9b97 100644 --- a/common/recipes-phosphor/rest-dbus/files/rest-dbus.service +++ b/common/recipes-phosphor/rest-dbus/files/rest-dbus.service
@@ -2,7 +2,7 @@ Description=DBUS introspecting REST server. [Service] -ExecStart=/usr/bin/rest-dbus +ExecStart=/usr/sbin/rest-dbus [Install] WantedBy=multi-user.target