HPS: Add D-bus configuration for bt-httpproxy
[platform/core/connectivity/bluetooth-frwk.git] / packaging / bluetooth-frwk-common.service
1 [Unit]
2 Description=Bluetooth service
3 After=multi-user.target
4
5 [Service]
6 User=owner
7 Group=users
8 Type=dbus
9 BusName=org.projectx.bt
10 ExecStart=/usr/bin/bt-service
11 Restart=always
12 RestartSec=1
13 KillMode=process
14 Environment=DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/5001/dbus/user_bus_socket
15
16 [Install]
17 WantedBy=starter.target