Fix the service file overwriting issue on the common profile
[platform/core/connectivity/bluetooth-tools.git] / packaging / bluetooth-force-hci-logger.service
1 [Unit]
2 Description=Service to run BT HCI logger forcefully
3
4 [Service]
5 Type=oneshot
6 User=network_fw
7 Group=network_fw
8 SmackProcessLabel=System
9 ExecStart=/usr/etc/bluetooth/bt-run-hci-logger.sh force start hcidump
10 ExecStop=/usr/etc/bluetooth/bt-run-hci-logger.sh force stop
11 RemainAfterExit=yes
12 StandardOutput=journal+console
13 StandardError=inherit