cc1daab21d60521b837333508fdec1645ec1d4fb
[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 SupplementaryGroups=priv_mediastorage priv_externalstorage dialout
9 Capabilities=cap_sys_module=i
10 SecureBits=keep-caps
11 ExecStart=/usr/etc/bluetooth/bt-stack-up.sh
12 RemainAfterExit=yes
13
14 [Install]
15 WantedBy=multi-user.target