summaryrefslogtreecommitdiff
path: root/saltoqd/saltoq-bt-sniff-subrate.service
blob: 83e992c79d78c5e46fefda3dd394efb8f19d3bf5 (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=Set Bluetooth's sniff_max_interval
After=bluetooth.service

[Service]
Type=oneshot
ExecStart=/bin/sh -c "/bin/echo 1600 > /sys/class/bluetooth/hci0/sniff_max_interval"

[Install]
WantedBy=multi-user.target