aboutsummaryrefslogtreecommitdiffstats
path: root/meta-ivi-common/recipes-automotive/automotive-message-broker/automotive-message-broker/ambd.service
diff options
context:
space:
mode:
authorNedeljko Miljevic <Nedeljko.Miljevic@windriver.com>2015-11-02 10:24:38 +0100
committerTadao Tanikawa <tanikawa.tadao@jp.panasonic.com>2015-11-04 13:55:49 +0900
commit7017d4f847b2ce243540c5554dd72661a4a02865 (patch)
treeb1d7775ffc456639862d30b861127e5c40e0a9ed /meta-ivi-common/recipes-automotive/automotive-message-broker/automotive-message-broker/ambd.service
parentf793335f343758d4b662dab24e1537bf92ed9eaf (diff)
Added AMB (automotive-message-broker) to meta-ivi-common layer
v3:(Tadao Tanikawa) - Remove 'qtbase' from dependencies. v2:(Tadao Tanikawa) - Remove 'gpsd' dependency temporarily to complete bitbake without error. v1:(Nedeljko Miljevic) Change-Id: Ieebf982751486167482a303e53cd1ed834b55b3e Signed-off-by: Nedeljko Miljevic <nedeljko.miljevic@windriver.com> Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
Diffstat (limited to 'meta-ivi-common/recipes-automotive/automotive-message-broker/automotive-message-broker/ambd.service')
-rw-r--r--meta-ivi-common/recipes-automotive/automotive-message-broker/automotive-message-broker/ambd.service15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-ivi-common/recipes-automotive/automotive-message-broker/automotive-message-broker/ambd.service b/meta-ivi-common/recipes-automotive/automotive-message-broker/automotive-message-broker/ambd.service
new file mode 100644
index 000000000..e06e2427f
--- /dev/null
+++ b/meta-ivi-common/recipes-automotive/automotive-message-broker/automotive-message-broker/ambd.service
@@ -0,0 +1,15 @@
+#
+# ambd systemd service unit file
+#
+
+[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