From 7017d4f847b2ce243540c5554dd72661a4a02865 Mon Sep 17 00:00:00 2001 From: Nedeljko Miljevic Date: Mon, 2 Nov 2015 10:24:38 +0100 Subject: 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 Signed-off-by: Tadao Tanikawa --- .../automotive-message-broker/ambd.service | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 meta-ivi-common/recipes-automotive/automotive-message-broker/automotive-message-broker/ambd.service (limited to 'meta-ivi-common/recipes-automotive/automotive-message-broker/automotive-message-broker/ambd.service') 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 -- cgit 1.2.3-korg