fixed incorrect reporting of zone in dbus signal
[profile/ivi/automotive-message-broker.git] / packaging.in / ambd.service.systemd.tizen
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 User=app
12 BusName=org.automotive.message.broker
13 Environment=LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so
14 ExecStart=/usr/bin/ambd -c /etc/ambd/config.tizen
15
16 [Install]
17 WantedBy=multi-user.target
18
19