summaryrefslogtreecommitdiff
path: root/strata/genivi-demo-platform/automotive-message-broker.morph
diff options
context:
space:
mode:
authorFirehose merge bot <firehose@merge.bot>2015-09-15 09:08:03 +0000
committerFirehose merge bot <firehose@merge.bot>2015-09-15 09:08:03 +0000
commit35d2ba0c2b7e6957b85b34b89985b8b45898cf84 (patch)
tree27d2874563e08e20f645ff094e28ea4980478c21 /strata/genivi-demo-platform/automotive-message-broker.morph
parent308d8b3ea55fb81eb8fdd81c37d0352f4b74edd0 (diff)
downloaddefinitions-35d2ba0c2b7e6957b85b34b89985b8b45898cf84.tar.gz
Firehose test commit
Diffstat (limited to 'strata/genivi-demo-platform/automotive-message-broker.morph')
-rw-r--r--strata/genivi-demo-platform/automotive-message-broker.morph21
1 files changed, 21 insertions, 0 deletions
diff --git a/strata/genivi-demo-platform/automotive-message-broker.morph b/strata/genivi-demo-platform/automotive-message-broker.morph
new file mode 100644
index 00000000..22ea0eff
--- /dev/null
+++ b/strata/genivi-demo-platform/automotive-message-broker.morph
@@ -0,0 +1,21 @@
+name: automotive-message-broker
+kind: chunk
+description: The GENIVI Automotive Message Broker
+build-system: cmake
+pre-configure-commands:
+post-install-commands:
+- mkdir -p "$DESTDIR/usr/lib/systemd/system"
+- |
+ cat >"$DESTDIR/usr/lib/systemd/system/ambd.service" <<EOF
+ [Unit]
+ Description=Automotive Message Broker
+ After=syslog.target
+
+ [Service]
+ Type=dbus
+ BusName=org.automotive.message.broker
+ ExecStart=/usr/bin/ambd
+
+ [Install]
+ WantedBy=multi-user.target
+ EOF