Fix the service file overwriting issue on the common profile
[platform/core/connectivity/bluetooth-tools.git] / packaging / bluetooth-stack-down.service
1 [Unit]
2 Description=Service to run bt-stack-down.sh script to terminate BT functions
3
4 [Service]
5 Type=oneshot
6 SmackProcessLabel=System
7 SecureBits=keep-caps
8 Capabilities=cap_kill=i
9 ExecStart=/usr/etc/bluetooth/bt-stack-down.sh
10 ExecStartPost=/usr/bin/systemctl stop bluetooth-stack-up