Add bt-stack-up.service and modify bt-stack-down.service
[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 Type=oneshot
6 SupplementaryGroups=priv_mediastorage priv_externalstorage dialout
7 ExecStart=/usr/etc/bluetooth/bt-stack-up.sh
8 RemainAfterExit=yes
9
10 [Install]
11 WantedBy=multi-user.target