Fix the service file overwriting issue on the common profile
[platform/core/connectivity/bluetooth-tools.git] / packaging / bluetooth-stack-up.service
1 [Unit]
2 Description=Service to run bt-stack-up.sh script to start BT functions
3
4 [Service]
5 User=network_fw
6 Group=network_fw
7 Type=oneshot
8 SmackProcessLabel=System
9 SupplementaryGroups=priv_mediastorage priv_externalstorage dialout
10 Capabilities=cap_sys_module=i
11 SecureBits=keep-caps
12 ExecStart=/usr/etc/bluetooth/bt-stack-up.sh
13 RemainAfterExit=yes
14
15 [Install]
16 WantedBy=multi-user.target