added multisource test script in examples and added --log option
[profile/ivi/automotive-message-broker.git] / ambd / 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 ExecStart=/usr/bin/ambd 
12 #BusName=org.automotive
13
14 [Install]
15 WantedBy=multi-user.target
16
17