aboutsummaryrefslogtreecommitdiffstats
path: root/meta-ivi-common/recipes-automotive/automotive-message-broker/automotive-message-broker/ambd.service
blob: e06e2427f373dc037946fd73a82cc5775592a241 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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