Fix the service file overwriting issue on the common profile
[platform/core/connectivity/bluetooth-tools.git] / packaging / bluetooth-hci-dump@.service
1 [Unit]
2 Description=Service to run BT HCI logdump
3
4 [Service]
5 User=network_fw
6 Group=network_fw
7 SmackProcessLabel=System
8 Type=oneshot
9 ExecStart=/usr/etc/bluetooth/bt-hci-logdump.sh %I
10 StandardOutput=journal+console
11 StandardError=inherit