summaryrefslogtreecommitdiffstats
path: root/meta-ivi-common/recipes-automotive/automotive-message-broker/automotive-message-broker/ambd.service
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2017-01-18 14:31:49 +0000
committerRomain Forlot <romain.forlot@iot.bzh>2017-01-27 19:16:21 +0000
commit0189ad4446fac4da23544520e295ade4511a1860 (patch)
tree104b9a673cd1d5027000e90d32da234ae5e1be62 /meta-ivi-common/recipes-automotive/automotive-message-broker/automotive-message-broker/ambd.service
parent301c9b323616ff0a0e41d0fd1178c1f2029e44e9 (diff)
Left behind AMB parts.
Automotive packagegroup recipe kept, but empty. Future specific automotive packages may be added later. Change-Id: Iebfea2a0f0671c3fa3e03a5d96dd1eeb0453eaf0 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh> (cherry picked from commit 36086bd8afb8442829460a9e60b8314d45bf9bdf)
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, 0 insertions, 15 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
deleted file mode 100644
index e06e2427f..000000000
--- a/meta-ivi-common/recipes-automotive/automotive-message-broker/automotive-message-broker/ambd.service
+++ /dev/null
@@ -1,15 +0,0 @@
-#
-# 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