3fae3a9d64de7c4f26da2ab4bacaf4cd2c9a01ab
[platform/core/connectivity/bluetooth-tools.git] / packaging / bluetooth-hci-logger.service
1 [Unit]
2 Description=Service to run BT HCI logger normally
3
4 [Service]
5 Type=oneshot
6 SmackProcessLabel=System
7 ExecStartPre=/usr/bin/rm -f /run/.hci_logger_start
8 ExecStart=/usr/etc/bluetooth/bt-run-hci-logger.sh normal start btmon
9 RemainAfterExit=no
10 StandardOutput=journal+console
11 SuccessExitStatus=1
12 StartLimitInterval=1
13 StartLimitBurst=10