Added AMB (automotive-message-broker) to meta-ivi-common layer
[AGL/meta-agl.git] / meta-ivi-common / recipes-automotive / automotive-message-broker / automotive-message-broker / ambd.service
1 #
2 # ambd systemd service unit file
3 #
4
5 [Unit]
6 Description=Automotive Message Broker
7 After=syslog.target
8
9 [Service]
10 Type=dbus
11 BusName=org.automotive.message.broker
12 ExecStart=/usr/bin/ambd
13
14 [Install]
15 WantedBy=multi-user.target