Modify bluetooth logdump scripts
[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=root
7 Group=root
8 ExecStart=/usr/etc/bluetooth/bt-run-hci-logger.sh force start hcidump
9 ExecStop=/usr/etc/bluetooth/bt-run-hci-logger.sh force stop
10 RemainAfterExit=yes
11 StandardOutput=journal+console
12 StandardError=inherit