Calls sd_notify(STOPPING=1) to ensure systemd's operation
[platform/core/connectivity/bluetooth-frwk.git] / packaging / bluetooth-frwk-mobile-sprd.service
1 [Unit]
2 Description=Bluetooth framework
3 After=wifi-ready.service
4
5 [Service]
6 User=network_fw
7 Group=network_fw
8 SmackProcessLabel=System
9 SupplementaryGroups=priv_mediastorage priv_externalstorage
10 Type=dbus
11 BusName=org.projectx.bt
12 ExecStartPre=/bin/sleep 2
13 ExecStart=/usr/bin/bt-service
14 KillMode=process
15 NotifyAccess=main
16
17 [Install]
18 WantedBy=multi-user.target