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