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