Fix the coding style errors (bt-httpproxy)
[platform/core/connectivity/bluetooth-frwk.git] / packaging / bluetooth-frwk-mobile-sprd.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 KillMode=process
12 Environment=DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/5001/dbus/user_bus_socket
13
14 [Install]
15 WantedBy=multi-user.target