commit | 70436da1a798da556dfdb46e3cb524afad20bb88 | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@us.ibm.com> | Wed Sep 16 14:49:27 2015 -0400 |
committer | Brad Bishop <bradleyb@us.ibm.com> | Wed Sep 16 14:49:27 2015 -0400 |
tree | 5fcfcf21dbec01036215ac131507c5ad6379e512 | |
parent | c9dcd7b91b68566055a26bd94798994875115f28 [diff] [blame] |
Add rest-dbus DBUS Introspecting REST server. -recipe and supporting files/patches
diff --git a/common/recipes-phosphor/rest-dbus/files/rest-dbus.service b/common/recipes-phosphor/rest-dbus/files/rest-dbus.service new file mode 100644 index 0000000..686cf69 --- /dev/null +++ b/common/recipes-phosphor/rest-dbus/files/rest-dbus.service
@@ -0,0 +1,8 @@ +[Unit] +Description=DBUS introspecting REST server. + +[Service] +ExecStart=/usr/bin/rest-dbus + +[Install] +WantedBy=multi-user.target