Modify the pid and gid of bt-service to network_fw
[platform/core/connectivity/bluetooth-frwk.git] / packaging / bluetooth-frwk-wearable.service
1 [Unit]
2 Description=Bluetooth framework
3 After=dbus.socket dbus.service
4 Requires=dbus.socket
5
6 [Service]
7 User=network_fw
8 Group=network_fw
9 Type=dbus
10 BusName=org.projectx.bt
11 ExecStart=/usr/bin/bt-service
12 KillMode=process
13
14 [Install]
15 WantedBy=multi-user.target